xl Precision
Get Your Numbers Right

 

xlpATAN

Returns the arctangent (inverse tangent) of an number, with up to 32,767 significant digits of precision. The arctangent is the angle for which the tangent is the number given. The arctangent is returned in radians.

Syntax

xlpATAN(num,maximum_significant_digits)

num Required. The tangent for which to find the arctangent.
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
=xlpATAN(0.25) Arctangent of 0.25, in radians
=xlpDEGREES(xlpATAN(0.25)) Arctangent of 0.25, in degrees

See Also

xlpSIN
xlpCOS
xlpTAN
xlpASIN
xlpACOS