From 64d3e78262c35857ae9310c9b9da9ee91ea43dd2 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 19 Dec 2023 11:38:17 -0600 Subject: some docs:3 --- docs/math.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/math.md (limited to 'docs/math.md') 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 +``` -- cgit v1.2.3