Skip to main content

21 docs tagged with "Mathematical"

View all tags

ACos (arccosine)

Calculates the arccosine, that is, the angle whose cosine is the number that is input as the argument.

ASin (arcsine)

Caculates the arcsine, that is, the angle whose sine is the number that is input as the argument.

ATan (arctangent)

Calculates the arctangent, that is, the angle whose tangent is the number that is input as the argument.

ATan2 (arctangent)

Calculates the arctangent, or inverse tangent, of the specified x- and y-coordinates.

Ceiling

Rounds a number up to the nearest integer.

Counter

Returns the value that increments by 1.

Floor

Rounds a number down, towards zero.

Ln (natural logarithm)

Calculates the natural logarithm of a number, where the natural logarithms is based on the constant e(2.71828182845904)

PI

Returns the number 3.14159265358979, the mathematical constant pi.

Power

Calculates the result of a number (scalar Value) raised to a power.

PrecisionSum

Returns the sum of value in the specified vector.

Round

Rounds a number to a specified number of digits.

Square

Calculates the square of the given number.