
Chapter 15 Functions
15-21
RADDEG (Function) [Conforms to SLIM]
Function
Converts the unit to degrees.
Format
RADDEG (<Expression>)
Explanation
This statement converts the unit of the value designated in <Expression> from
radians to degrees.
Related Terms
RAD, DEGRAD
Example
DEFSNG lf1, lf2
lf1 = RADDEG(1.5705) 'Assigns the value of 1.5705 converted to degrees to lf1.
lf2 = RADDEG(PI/2) '
Assigns the sine value of (π/2) converted to degrees to lf2.
Kommentare zu diesen Handbüchern