Radians(Numeric angle)
Returns the corresponding angle in radians for an angle specified in degrees.
Parameters
- angle
- The angle in degrees that you want to convert.
Returns
Numeric
Examples
Radians(180)returns 3.14Radians(-90)returns -1.57
Returns the corresponding angle in radians for an angle specified in degrees.
Numeric
Radians(180) returns 3.14Radians(-90) returns -1.57