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
Allow users to configure/customize the desired precision of calculations and display.
We would like to expose the following under-the-hood math.js options in a nice configurable interface.
math.js
math.config
math.format
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow users to configure/customize the desired precision of calculations and display.
We would like to expose the following under-the-hood
math.js
options in a nice configurable interface.math.config
's number: toggle between "Number" and "BigNumber"math.config
's precision: if using "BigNumber" limit max calculation precisionmath.format
's notation, precision, and exponential: see http://mathjs.org/docs/reference/functions/format.htmlThe text was updated successfully, but these errors were encountered: