PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpRADIANS

Converts degrees to radians, with up to 32,767 significant digits of precision. Same as Excel's built-in RADIANS function, but with high precision.

A radian is π / 180 degrees, or approximately 1/57.3 degrees.

 

Syntax

xlpRADIANS(degrees,maximum_significant_digits)

degrees Required. The degrees to convert to radians.
maximum_significant_digits Optional. Determines the maximum number of significant digits to be returned. Default is 100, or the user's custom maximum set in the About box, or the maximum number allowed by the edition of xlPrecision, whichever is less.

Remarks

Examples

Formula Description
=xlpRADIANS(15) Convert 15 degrees to radians.

See Also

xlpDEGREES