Radian()
Syntax
Result.f = Radian(Angle.f)
Converts the given angle from degrees into radian. The reverse transformation can be made with the Degree() function. Example: Debug Radian(90) ; will display #PI/2
Example:
Debug Radian(90) ; will display #PI/2
Supported OS
All