An implementation of the IEEE 754-2008 standard

Underflow rounding is incorrect#4

Closed
Opened 10/31/20190 commentsby TheThirdOne
TheThirdOne

`small` should round to 0 or `Float32(1)` depending on rounding mode, but it always goes to 0. ``` ExactFloat small = new Float32(1).toExactFloat(); small = small.divide(new ExactFloat(BigInteger.valueOf(4)),4); ``` I also believe, when divided by 2, this doesn't trigger underflow.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by TheThirdOne and has received 0 comments.

Add a comment
Comment form would go here