Skip to content

Fix #6: Support sbcl

Raymond Toy requested to merge issue-6-support-sbcl into master

Update code to work with sbcl:

  • Add implementation for float-infinity-p and friends.
  • Typos where - and / were used instead of sub-qd and div-qd.
  • Change a defconstant +digits+ to use defparameter

Merge request reports