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