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