Skip to content
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

isFinite returns false for NaN #40

Closed
jonathanolson opened this issue Aug 13, 2015 · 2 comments
Closed

isFinite returns false for NaN #40

jonathanolson opened this issue Aug 13, 2015 · 2 comments
Assignees

Comments

@jonathanolson
Copy link
Contributor

So no additional isNaN( x ) || isFinite( x ) checks are needed, isFinite( x ) is sufficient.

Review: #31

@andrey-zelenkov
Copy link
Contributor

Fixed via 6a0430b. Reassign to @jonathanolson for verification.

@jonathanolson
Copy link
Contributor Author

Looks good, thanks!

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

No branches or pull requests

2 participants