RADIANS function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
RADIANS
Converts degrees to radians.
Syntax:
RADIANS(degrees)
- degrees is the angle in degrees to be converted to radians.
Example:
RADIANS(90)
- returns 1.5707963267949, which is PI/2 to Calc's accuracy.
See Also