-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
nan type #54
Comments
inf/-inf too? |
Hi @samuelcolvin, if there is still interest in this issue I can take it! |
definitely still interest, no drawback I know of to I guess we have |
I would consider a more general Just to make sure on naming convention, they should all have a |
Sorry, yes
|
This is done, yes? |
Since
float('nan') != float('nan')
we need a customFloatNan
type.The text was updated successfully, but these errors were encountered: