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