Cicode Programming Reference > Cicode Function Categories > Math/Trigonometry Functions | Cicode

Math/Trigonometry Functions

Following are mathematical or trigonometrical functions:

Abs

Gets the absolute value of a number.

ArcCos

Gets the arccosine of an angle.

ArcSin

Gets the arcsine of an angle.

ArcTan

Gets the arctangent of an angle.

Cos

Gets the cosine of an angle.

DegToRad

Converts an angle from degrees to radians.

Exp

Raises e to the power of a number.

Fact

Gets the factorial of a number.

HighByte

Gets the high-order byte of a two-byte integer.

HighWord

Gets the high-order word of a four-byte integer.

Ln

Gets the natural logarithm of a number.

Log

Gets the base 10 logarithm of a number.

LowByte

Gets the low-order byte of a two-byte integer.

LowWord

Gets the low-order word of a four-byte integer.

Max

Gets the higher of two numbers.

Min

Gets the lower of two numbers.

Pi

Gets the value of pi.

Pow

Raises a number to the power of another number.

RadToDeg

Converts an angle from radians to degrees.

Rand

Gets a random number.

Round

Rounds a number.

Sign

Gets the sign of a number.

Sin

Gets the sine of an angle.

Sqrt

Gets the square root of a number.

Tan

Gets the tangent of an angle.

See Also

Published June 2018