Corrected sample implementation of flexponent and flinteger-exponent.
Arthur A. Gleckler 19 Aug 2017 23:25 UTC
I've just published a new version, submitted by Will
Clinger, of the sample implementation of SRFI 144.
<https://srfi.schemers.org/srfi-144/>
Here are Will's comments on the changes:
Corrects implementation of flexponent and
flinteger-exponent by having them call floor instead of
truncate. Corrects related tests and fixes minor
portability problems with a couple of others.
File changes
M srfi/144.body.scm (10)
M tests/scheme/flonum.sld (8)
Thank you, Will.
Here's the diff:
<https://github.com/scheme-requests-for-implementation/srfi-144/commit/c14c670fbd61d738e0aebc778caa464c834ef496>
Regards,
SRFI Editor