Issues
- 2
decimal.Round(new decimal(0.5), 0, decimal.MidpointRounding.ToEven).toFloat() != 1
#9 opened by bwkiefer - 1
- 4
mod?
#6 opened by erik-kallen - 2
new Decimal('79228162514264337593543950335').toString() != '79228162514264337593543950335'
#7 opened by erik-kallen - 2
.add() does not work properly
#5 opened by obok - 1
Rounding up negative numbers is incorrect
#3 opened by jpennington - 3
- 2
Subtracting zero gives wrong answer
#1 opened by grahamrhay