Feature: High precision mode #1576
sequba
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
For financial and scientific domains, default JavaScript floating-point arithmetic might not be precise enough.
Floating-point errors are more notable, but we could also mitigate the integer overflows.
Implementation idea
Add a configuration flag
highPrecisionCalculations: boolean (default: false)When enabled, the mode should use an advanced (and slower) calculation engine.
Libs and API ideas
Beta Was this translation helpful? Give feedback.
All reactions