-
Notifications
You must be signed in to change notification settings - Fork 44
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
mean! may return incorrect results #71
Comments
Viewing the definition of mean!. The result of the operation I have seen that this also happens with the https://stackoverflow.com/questions/69963082/mean-may-return-incorrect-results |
Could you file the equivalent PR for |
Closed by #96 |
I noticed that the
mean!
function does not properly consider that its arguments may alias each other. In some such cases the result frommean!
is not correct:The text was updated successfully, but these errors were encountered: