Index

Rad2Deg

Rad2Deg

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'

Index