Functions

toDeg

Supported By

Syntax

[the] toDeg of factor

toDeg ( expression )

Factor and expression yield integers or numbers.

Description

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

The formula for this function is:

toDeg(angle) = angle*180/pi

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

Synonym

toDegrees

See Also

toRadians