mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
a83aa9438e
function keyword changed back to fn
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