Appendix A: System Routines — Direct Floating Point Operations
371
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
atan
Declaration:
double
atan
(double
x
)
Category(ies):
Direct Floating Point Operations
Description:
Computes the inverse tangent of
x
.
Inputs:
x
— A double floating-point value.
Outputs:
Returns the inverse tangent of
x
in radian measure.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: acos, asin, cos, sin, tan
Example: