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

Assignment of NaN #3

Closed
Planeshifter opened this issue Nov 12, 2015 · 1 comment
Closed

Assignment of NaN #3

Planeshifter opened this issue Nov 12, 2015 · 1 comment
Labels

Comments

@Planeshifter
Copy link
Contributor

When using the non-raw implementation of the matrix module, it is not possible right now to assign the value NaN to a float32 or float64 matrix, even though the underlying typed arrays could naturally hold this value. This has been a problem for me in a couple of modules, as it conflicts with our standard of failing silently when a computation is not possible for the given input types. Your thoughts?

@kgryte
Copy link
Contributor

kgryte commented Nov 13, 2015

Yes, you are right. This is a bug, I believe, not an enhancement. If you want to create a pull request, that would be great.

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

No branches or pull requests

2 participants