Next: Float-testing functionality, Previous: Float-storing, Up: Float [Index]
Answer whether the receiver performs exact arithmetic. Floats do not.
Answer whether the receiver does not represent infinity, nor a NaN
Answer whether the receiver represents positive or negative infinity
Answer whether the receiver represents a NaN
Answer whether the receiver is negative
Answer whether the receiver is positive. Negative zero is not positive, so the definition is not simply >= 0.
Answer 1 if the receiver is greater than 0, -1 if less than 0, else 0. Negative zero is the same as positive zero.
Answer whether the receiver is > 0