mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 12:46:53 +08:00
296 B
296 B
math
TODO: this page is incomplete.
math.floor
floor(value:num) -> num
math.ceil
ceil(value:num) -> num
math.pow
pow(a:num, b:num) -> num
math.sqrt
sqrt(value:num) -> num
math.abs
abs(value:num) -> num