ccl
ccl copied to clipboard
Add :IEEE-FLOATING-POINT to *FEATURES*
CLHS Variable *FEATURES* states:
:ieee-floating-point
If present, indicates that the implementation purports to conform to the requirements of IEEE Standard for Binary Floating-Point Arithmetic.
CCL seems to implement IEEE-754 but does not have this in *features*
. Would it be good to add it?