Extended Math
From UBot Studio
(Difference between revisions)
(Created page with "The '''Extended Math Functions''' consists of extended math functions. File:extendma.jpg == List of Extended Math Functions == *$Absolute Value: Returns the absolut...") |
Latest revision as of 17:18, 5 June 2015
The Extended Math Functions consists of extended math functions.
[edit] List of Extended Math Functions
- $Absolute Value: Returns the absolute value of a number.
- $Ceiling: Returns the next whole integer.
- $Floor: Returns the previous whole integer.
- $Tan: Returns the tangent.
- $Cos: Returns the cosine.
- $Sin: Returns the sine.
- $Division Remainder: Returns the remainder of a division.
- $log: Returns a logarithm
- $Min: Return the smaller of 2 numbers.
- $Max: Return the larger of 2 numbers.
- $Square Root: Return the square root.
- $Round: Return a rounded integer.