-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
".-" is not a unary operator #14161
Comments
It's hard to imagine a circumstance in which |
It's the same case as as for |
@eschnett, that's not true. |
Are there any element wise unary operators? |
Nothing really actionable here. |
Now that dot operators are fusing, we should probably reconsider this. e.g. imagine you want to compute |
I think we might still want to parse unary |
I notice that
.-
is not a unary operator:For consistency, I'd expect
.+
and.-
to be available as unary operators as well.The text was updated successfully, but these errors were encountered: