Returns the tangent (in radians) of the number passed as a parameter.
Returns the square root of the number passed as a parameter.
Returns the sine (in radians) of the number passed as a parameter.
Returns an integer that follows rounding rules. If the value of the passed parameter is greater than or equal to x.5, the returned value is x + 1; oth
Returns a pseudo-random number between 0 and 1. To calculate a pseudo-random integer between zero and another maximum value, use the formula:
Returns the value of the first parameter raised to the power of the second parameter.
Returns the lesser value of the two parameters.
Returns the greater value of the two parameters.
Returns the natural logarithm (base e) of the number passed as a parameter.
Returns the next lower integer that is less than or equal to the number passed as a parameter.
Returns the value of Euler's constant to the power of the number passed as a parameter.
Returns the cosine of the number passed as a parameter.
Returns the next higher integer that is greater than or equal to the number passed as a parameter.
Returns the angle (in radians) of angle formed by a line to Cartesian point x, y.
Returns the arc tangent (in radians) of the number passed as a parameter.