<- PRPL reference <- Math

Rad2Deg

ArgumentsResultNotation
number [ -number]

Description

Pushes the constant to use in converting radians to degrees onto the stack. Multiply this value with a value expressed in radians to obtain degrees.

Examples

trace(PI mul(Rad2Deg)) #prints '180'