`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