PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpACOS

Returns the arccosine (inverse cosine) of an number, with up to 32,767 significant digits of precision. Same as Excel's built-in ACOS function, but with high precision.

The arccosine is the angle for which the cosine is the number given. The arccosine is returned in radians.

Syntax

xlpACOS(num,maximum_significant_digits)

num Required. The cosine for which to find the arccosine.
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
=xlpACOS(0.25) Arccosine of 0.25, in radians
=xlpDEGREES(xlpACOS(0.25)) Arccosine of 0.25, in degrees

See Also

xlpSIN
xlpCOS
xlpTAN
xlpASIN
xlpATAN