We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
round in various other settings accepts negative decimal places for rounding left of the decimal point. e.g.
round
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?
The text was updated successfully, but these errors were encountered:
Yes, I would consider it. It would need to be minimal and use ES3 syntax only.
Sorry, something went wrong.
No branches or pull requests
round
in 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?
The text was updated successfully, but these errors were encountered: