degrees2radians(
ANGLE
)
The degrees2radians( function converts an angle from degrees to radians.
Parameters
This function has one parameter:
angle – a numeric value, an angle, expressed in degrees.
Description
This function converts an angle in degrees into an angle in radians.
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.
- degreestoradians( -- converts an angle from degrees into 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 | New | New in this version |