Skip to content

Fix #167: double-float-exponent off by one

Raymond Toy requested to merge issue-167-exponent-bounds-off-by-one into master

The following types have a lower bound that is off by one: single-float-exponent, double-float-exponent, single-float-int-exponent, and double-float-int-exponent.

Adjust the lower bound to match what decode-float and integer-decode-float returns for the least-positive-single-float and least-positive-double-float.

Add tests for this.

Merge request reports