round in various other settings accepts negative decimal places for rounding left of the decimal point. e.g.
new BigNumber('1234.5').decimalPlaces(0) => 1235.0
new BigNumber('1234.5').decimalPlaces(-1) => 1230.0
Would you consider a patch to let bignumber.js do this?
roundin various other settings accepts negative decimal places for rounding left of the decimal point. e.g.Would you consider a patch to let bignumber.js do this?