You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Cos(Number)

Returns the trigonometric cosine of an angle

ACos(Number)

Returns the arc cosine of a value

Cosh(Number)

Returns the hyperbolic cosine of a double value

Sin(Number)

Returns the trigonometric sine of an angle

ASin(Number)

Returns the arc sine of a value

Sinh(Number)

Returns the hyperbolic sine of a double value

Tan(Number)

Returns the trigonometric tangent of an angle

ATan(Number)

Returns the arc tangent of a value

ATan2(Number, Number)

Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta)

Tanh(Number)

Returns the hyperbolic tangent of a double value

Abs(Number)

Returns the absolute value of a value

Sign(Number)

Returns the signum function of the argument

Sqrt(Number)

Returns the square root of a value

Ceil(Number)

Returns the smallest value that is greater than or equal to the argument and is equal to a mathematical integer.

Floor(Number)

Returns the largest value that is less than or equal to the argument and is equal to a mathematical integer.

Round(Number)

Returns the closest number to the argument, with ties rounding up

Log(Number)

Returns the natural logarithm (base e) of a double value

Exp(Number)

Returns Euler's number e raised to the power of a double value

PI()

Returns the double value that is closer than any other to pi.

E()

Returns the double value that is closer than any other to e

ToRadians(Number)

Converts an angle measured in degrees to an equivalent angle measured in radians.

ToDegrees(Number)

Converts an angle measured in radians to an equivalent angle measured in degrees.

  • No labels