aboutsummaryrefslogtreecommitdiff
path: root/library/lullaby/math.lua
blob: 2914a56a91517c6a5a800869dcd3a04d97c1aca6 (plain)
1
2
3
4
5
6
7
8
9
10
---@meta

---@class math
local math = {}

---@param N number[]
---@return integer
function math.lcm(N) end

return math