We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
along the same lines as #643 We should not have e.g.
Base.:(/)(a, b::AbstractThunk) = a / unthunk(b) Base.:(/)(a::AbstractThunk, b::AbstractThunk) = unthunk(a) / unthunk(b)
We have a few of these
Since while it makes sense to divide a tangent by a scalar (its just scaling down) it does done make sense to divide a scalar by a tangent.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
along the same lines as #643
We should not have e.g.
We have a few of these
Since while it makes sense to divide a tangent by a scalar (its just scaling down) it does done make sense to divide a scalar by a tangent.
The text was updated successfully, but these errors were encountered: