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