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
Writing this as a follow-up to #475
I think it would make sense to also have component-wise division, as well as component-wise ceiling division for integer types.
See:
The text was updated successfully, but these errors were encountered:
Sounds good to me. If you want to make a quick PR I'll review it.
Sorry, something went wrong.
@nical I created two PRs: #481 and #482
Auto merge of #481 - alexkirsz:component_div, r=nical
e8728b4
Add component-wise division of 2d and 3d vectors Partial fix for #480. See also #476 for the implementation of component_mul.
No branches or pull requests
Writing this as a follow-up to #475
I think it would make sense to also have component-wise division, as well as component-wise ceiling division for integer types.
See:
The text was updated successfully, but these errors were encountered: