[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IEEE float co-processors



Note that on page 16 of the Common Lisp manual, the language is carefully
defined not to require any particular floating-point format or arithmetic.
For the same reasons that the language does not require adherence to the
IEEE floating-point standard (or any other), I think it makes sense for
the language not to require any particular precision for intermediate
results.  Defining floating point more precisely would limit portability
to different pieces of hardware, or else would limit efficiency, and if
efficiency is not a concern, why use floating point at all?