radian
The radian statement tells Panorama that all angles in trigonometric functions should be calculated using radians rather than degrees.
Parameters
No parameters.
Description
The radian statement doesn’t perform any visible action on its own. However, it tells Panorama that all angles used in subsequent trig functions in the procedure should be calculated using radians, rather than degrees. (Note: Panorama always reverts back to radians after the procedure is finished; radian is the default setting.)
See Also
- arccos( -- calculates the inverse cosine of a numeric value.
- arccosh( -- calculates the inverse hyperbolic cosine of a numeric value.
- arcsin( -- calculates the inverse sine of a numeric value.
- arcsinh( -- calculates the inverse hyperbolic sine of a numeric value.
- arctan( -- calculates the inverse tangent of a numeric value.
- arctanh( -- calculates the inverse hyperbolic tangent of a numeric value.
- cos( -- calculates the cosine of an angle.
- cosh( -- calculates the hyperbolic cosine of a numeric value.
- 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).
- radians2degrees( -- converts an angle from radians to degrees.
- radianstodegrees( -- converts an angle from radians to degrees.
- sin( -- calculates the sine of an angle.
- sinh( -- calculates the hyperbolic sine of a numeric value.
- tan( -- calculates the tangent of an angle.
- tanh( -- calculates the hyperbolic tangent of a numeric value.
History
10.0 | Updated | Carried over from Panorama 6.0, but this statement now affects the inverse trig functions [arcsin(, arccos( and arctan(] as well as the regular trig functions. |