Fix #6: Support sbcl
Update code to work with sbcl:
- Add implementation for
float-infinity-p
and friends. - Typos where
-
and/
were used instead ofsub-qd
anddiv-qd
. - Change a
defconstant +digits+
to usedefparameter
Update code to work with sbcl:
float-infinity-p
and friends.-
and /
were used instead of sub-qd
and div-qd
.defconstant +digits+
to use defparameter