Returns 1 if value less than zero, otherwise 0.
Returns 1 if value less than or equal to zero, otherwise 0.
Returns 1 if value equal to zero, otherwise 0.
Returns 1 if greater or equal to zero, otherwise 0.
Returns 1 if value greater than zero, otherwise 0.
Returns -1 if value < 0, 0 if value = 0, +1 if value >0
Returns the absolute value of x.
Computes the inverse cosine of x in radians.
Computes the inverse hyperbolic cosine of x.
Computes the inverse sine of x in radians.
Computes the inverse hyperbolic sine of x.
Computes the inverse tangent of x in radians.
Computes the inverse hyperbolic tangent of x.
Rounds x to the next higher integer (smallest integer x).
Computes the cosine of x, where x is in radians.
Computes the hyperbolic cosine of x.
Computes the cotangent of x (1/tan(x)), x is in radians.
Computes the cosecant of x (1/sin(x)), where x in radians.
Computes the value of e raised to the x power.
Computes e raised to the x power minus 1 ((e^x) – 1).
Truncates x to the next lower integer (largest integer x).
Returns the exponent of x.
Returns the mantissa of x.
Rounds x to the nearest integer.
Rounds x to the nearest integer between x and zero.
Computes the natural logarithm of x (to the base of e).
Computes the natural logarithm of (x + 1).
Computes the logarithm of x (to the base of 10).
Computes the logarithm of x (to the base of 2).
Random number between 0 and 1 exclusively.
Computes the secant of x, where x is in radians (1/cos(x)).
Computes the sine of x, where x is in radians.
Computes the sine of x divided by x (sin(x)/x), x in radians.
Computes the hyperbolic sine of x.
Computes the square root of x.
Computes the tangent of x, where x is in radians.
Computes the hyperbolic tangent of x.