PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpATAN

Returns the arctangent (inverse tangent) of an number, with up to 32,767 significant digits of precision. Same as Excel's built-in ATAN function, but with high 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 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
=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