SETDEGREE

Purpose:

Sets the mode of trigonometric functions to degrees.

Syntax:

SETDEGREE

Example:

setdegree

 

sin(90)

 

returns 1.

Example:

setradian

 

sin(90)

 

returns 0.89399666.

Remarks:

By default, trigonometric calculations are in radians.

 

See DEG2RAD and RAD2DEG to convert degrees and radians.

See Also:

DEG

DEG2RAD

OFF

ON

RAD2DEG

SETRADIAN