Appendix A: System Routines — Direct Floating Point Operations
395
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cos
Declaration:
double
cos
(double
x
)
Category(ies):
Direct Floating Point Operations
Description:
Computes the cosine of
x
radians.
Inputs:
x
— A double floating-point value.
Outputs:
For
L
1.e13 <
x
< 1.e13 returns the cosine of
x
radians.
For
x
<=
L
1.e13 or
x
>= 1.e13 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: acos, asin, atan, sin, tan
Example: