mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
// math.js options
|
|
exports.precision = 5; // number of digits in formatted output
|