method
atan
v1_9_1_378 -
Show latest stable
- Class:
BigMath
atan(x, prec)public
Computes the arctangent of x to the specified number of digits of precision.
If x is infinite or NaN, returns NaN. Raises an argument error if x > 1.
atan(x, prec)Computes the arctangent of x to the specified number of digits of precision.
If x is infinite or NaN, returns NaN. Raises an argument error if x > 1.