degreestoradians(
ANGLE
)
The degreestoradians( function converts an angle from degrees into radians
Parameters
This function has one parameter:
angle – angle, in degrees.
Description
This function converts an angle from degrees into radians
degreestoradians(90) ☞ 1.5707963267949
Note: This function is equivalent to:
theangle*pi()/180
See Also
- cos( -- calculates the cosine of an angle.
- degree -- tells Panorama that all angles input to and calculated in trigonometric functions are in degrees rather than radians.
- degrees2radians( -- converts an angle from degrees to radians.
- info("angleunits") -- returns the current angular measurement units.
- latlongdistance( -- calculates the distance between two points on the earth (or any other sphere).
- radian -- tells Panorama that all angles in trigonometric functions should be calculated using radians rather than degrees.
- radians2degrees( -- converts an angle from radians to degrees.
- radianstodegrees( -- converts an angle from radians to degrees.
- sin( -- calculates the sine of an angle.
- tan( -- calculates the tangent of an angle.
History
10.0 | No Change | Carried over from Panorama 6.0. |