Next: Math Operators, Up: Math Library Exports [Index]
is the in degrees specified arc cosine of x
is same as ‘Gacos’(x)
is same as ‘Gasin’(x)
is the in degrees specified arc sine of x
is the in radians specified arc cosine of x
is same as ‘acos’(x)
is same as ‘asin’(x)
is the in radians specified arc sine of x
is the minimum between max and the maximum between x and min
is the remainder of dividing x by y, more specifically x - n * y, where n is the quotient of x / y, rounded toward zero to an integer
is the greatest common denominator of m and n
is the minimum between max and the maximum between m and min
is same as ‘log’(x)
is the natural logarithm of x
is the base 10 logarithm of x
is the base 2 logarithm of x
is the value of x raised to the power of y
is the square root of x
Next: Math Operators, Up: Math Library Exports [Index]