xl Precision
Get Your Numbers Right

 

xlpACOS

Returns the arccosine (inverse cosine) of an number, with up to 32,767 significant digits of 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 the maximum number allowed by the edition of xlPrecision.

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