Skip to content

Conversation

@plepe
Copy link

@plepe plepe commented Nov 19, 2025

If comparing numbers, rounding errors may be allowed up to a specified precision. Usage:

deepEqualCheck([ 1, 2 ], [ 1, 2.000000001 ], { numberPrecision: 0.000001 }) -> true

If comparing numbers, rounding errors may be allowed up to a specified precision.
Usage:
deepEqualCheck([ 1, 2 ], [ 1, 2.000000001 ], { numberPrecision: 0.000001 }) -> true
@plepe
Copy link
Author

plepe commented Dec 30, 2025

Any thoughts about this pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant