Functions

toRad

Supported By

Syntax

[the] toRad of factor

toRad ( expression )

Factor and expression yield integers or numbers.

Description

The toRad function returns the value passed to it converted from degrees to radians.

The formula for this function is:

toRad(angle) = angle*pi/180

The toRad function is faster, more accurate, and easier to remember than using the above formula.

Synonym

toRadians

See Also

toDegrees