pocketlang/docs/Reference/Math.md
Thakee Nathees a83aa9438e documentations are refactored
function keyword changed back to fn
2022-05-07 17:47:58 +05:30

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