josephleniston (Joseph Leniston)
- Login: josephleniston
- Email: joseph.leniston+ruby-lang-bugs@gmail.com
- Registered on: 06/26/2014
- Last sign in: 12/02/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/26/2014
-
01:56 AM Ruby Bug #9979: Regression: BigDecimal::ROUND_HALF_DOWN/ROUND_HALF_EVEN behave incorrectly
- This issue is a regression and is the same as issue #3803
-
01:53 AM Ruby Bug #9979 (Closed): Regression: BigDecimal::ROUND_HALF_DOWN/ROUND_HALF_EVEN behave incorrectly
- The incorrect behaviour is that all fractional values between 0.5 (inclusive) and 0.6 (non-inclusive) are subject to the rounding policy for 'half', whereas it should only be applied for fractional values exactly equal to 0.5.