nanos world API Reference Unofficial documentation
Static function Shared Native

math.max

Return the maximum value from a variable length list of arguments

Syntax

Lua
math.max(numbers)

Parameters

Name Type Default Description
numbers number... Numbers to get the largest from

Returns

  • number