next up previous contents
Next: 2.1.3.6 Accessing the Floating Up: 2.1.3.5 Floating Point Rounding Previous: 2.1.3.5 Floating Point Rounding

Warning:

Although the rounding mode can be changed with set-floating-point-modes, use of any value other than the default (:nearest) can cause unusual behavior, since it will affect rounding done by Common Lisp system code as well as rounding in user code. In particular, the unary round function will stop doing round-to-nearest on floats, and instead do the selected form of rounding.



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