Mathematics
MathABS[x] | Returns absolute value (modulus) of the specified numeric value |
MathARCCOS[x] | Returns the arc cosine of x in radians |
MathARCSIN[x] | Returns the arc sine of x in radians |
MathARCTAN[x] | Returns the arc tangent of x in radians |
MathCEIL[x] | Returns integer numeric value closest from above |
MathCOS[x] | Returns the cosine of a number |
MathEXP[x] | Returns exponent of a number |
MathFLOOR[x] | Returns integer numeric value closest from below |
MathLOG[x] | Returns natural logarithm |
MathLOG10[x] | Returns the logarithm of a number by base 10 |
MathRAND | Returns a pseudorandom value within the range of 0 to 32767 |
MathROUND[x] | Rounds of a value to the nearest integer |
MathSIN[x] | Returns the sine of a number |
MathSQRT[x] | Returns a square root |
MathTAN[x] | Returns the tangent of a number |