diff options
Diffstat (limited to 'docs/math.md')
| -rw-r--r-- | docs/math.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/math.md b/docs/math.md new file mode 100644 index 0000000..0a84a8a --- /dev/null +++ b/docs/math.md @@ -0,0 +1,13 @@ +# math + +## common + +### lcm + +'accepts table of numbers + +returns lcm of given array + +```lua +llib.math.lcm({5, 4, 3}) -- 60 +``` |
