Appendix A: System Routines — Direct Floating Point Operations
407
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
fmod
Declaration:
double
fmod
(double
x
, double
y
)
Category(ies):
Direct Floating Point Operations
Description:
Computes the floating-point remainder of
x
/
y
.
Inputs:
x, y
— Double floating-point values.
Outputs:
The floating-point remainder of
x
/
y
.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: modf
Example: