---@meta ---@class math local math = {} ---@param N number[] ---@return integer function math.lcm(N) end return math