DADiSP Worksheet Functions > Function Categories > Macro and Command File Functions > ON

 

ON

Purpose:

Macro. Specifies the value 1.

Syntax:

ON

Returns:

The integer 1.

Example:

setdegree(on)

 

is the same as setdegree(1) which toggles the trigonometric functions from radian to degree mode.

Remarks:

The ON Macro is simply a more descriptive method of specifying the value 1.

See Also:

OFF