next up previous contents
Next: 2.1.3.3 Denormalized Floats Up: 2.1.3 Floats Previous: 2.1.3.1 IEEE Special Values

2.1.3.2 Negative Zero

The IEEE float format provides for distinct positive and negative zeros. To test the sign on zero (or any other float), use the Common Lisp  float-sign function. Negative zero prints as -0.0f0 or -0.0d0.



Raymond Toy
Mon Jul 14 09:11:27 EDT 1997