Home / lang / rad 
Rad
Syntax
fValue = Rad ( fAngle AS Float ) AS Float

Converts degrees to radians.

Example
PRINT Rad(90)

1.570796326795

Example
PRINT Rad(180) - Pi

0


See also
Trigonometric Functions