Index

Deg2Rad

mul(Deg2Rad <-angle)

Description

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

Examples

trace(180 mul(Deg2Rad)) #prints PI

Index