Skip to content

Refactor code and don't export float-nan-p/float-infinity-p from octi

Raymond Toy requested to merge issue-1-refactor-float-nan-p into master

Addresses #1 (closed) and #14 (closed)

First move the code to the src and tests directory as appropriate.

Second don't export float-nan-p and float-infinity-p from the octi package because the macros and functions don't work the the generic functions defined by the oct package.

Merge request reports