Appendix A: System Routines — Direct Floating Point Operations
415
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
is_float_unsigned_zero
Declaration:
Boolean
is_float_unsigned_zero
(Float
f
)
Category(ies):
Direct Floating Point Operations
Description:
Determines whether
f
represents +
L
0.
Inputs:
f
— Float.
Outputs:
Returns TRUE if
f
represents +
L
0. Otherwise returns FALSE. This is not the
same as
is_float_negative_zero(f) || is_float_positive_zero(f)
.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: is_float_positive_zero, is_float_negative_zero, is0, is_complex0
Example:
is_float_unsigned_zero (0.0); /* Returns TRUE */