Functions

toRadians

Supported By

Syntax

[the] toRadians of factor

toRadians ( expression )

Factor and expression yield integers or numbers.

Description

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

The formula for this function is:

toRadians(angle) = angle*pi/180

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

Synonym

toRad

See Also

toDegrees