decimal: fix decimal.round() when scale == 0
Fixes decimal.round() with zero scale, fixes an error with decimal.round() when rounding leads to a number with the same precision, for example, decimal.round(9.9, 0) -> 10. Follow-up #692
Loading
Please register or sign in to comment