SETRADIAN

Purpose:

Sets the mode of trigonometric functions to radians (default mode).

Syntax:

SETRADIAN

Example:

setradian

 

sin(pi/2)

 

returns 1.

Example:

setdegree

 

sin(pi/2)

 

returns 0.02741213.

Remarks:

This function has no effect unless SETDEGREE has been invoked.

 

See DEG2RAD and RAD2DEG to convert degrees and radians.

See Also:

DEG

DEG2RAD

OFF

ON

RAD2DEG

SETDEGREE