Functions

toDegrees

Supported By

Syntax

[the] toDegrees of factor

toDegrees ( expression )

Factor and expression yield integers or numbers.

Description

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

The formula for this function is:

toDegrees(angle) = angle*180/pi

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

Synonym

toDeg

See Also

toRadians