-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memoize not working properly with NaN
#101
Comments
We will probably need to add an |
this check is not correct for
|
alexreardon
changed the title
Memoize not working properly with number type
Memoize not working properly with Dec 2, 2020
NaN
Closed
Sorry for my delay in this. I have been overwhelmed with other things. I want to get this in, but I want to do some benchmarking of different approaches first |
Closed by #112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doc has statement:
Tested with all built in JavaScript types.
But it is not working properly with NaN value, example:
The text was updated successfully, but these errors were encountered: