Replies: 2 comments
-
The equality operators use an epsilon to compare numbers, which is See docs: https://mathjs.org/docs/datatypes/bignumbers.html#usage |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also #2608, discussing the introduction of a separate epsilon for bignumbers to prevent the issue you're running into. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried to compare two big numbers (1000000000000), however only last version works.
Is it correct behavior?
Beta Was this translation helpful? Give feedback.
All reactions