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

RFC 61: Modulo Operator #2974

Closed
Theodus opened this issue Jan 8, 2019 · 1 comment
Closed

RFC 61: Modulo Operator #2974

Theodus opened this issue Jan 8, 2019 · 1 comment
Assignees

Comments

@Theodus
Copy link
Contributor

Theodus commented Jan 8, 2019

Add a modulo operator %% for integer and floating point types that is defined as the remainder after floor division. Most importantly the result always has the sign of the Divisor, in contrast to rem (% operator), whose results always have the result of the dividend.

RFC 61

@Theodus
Copy link
Contributor Author

Theodus commented Jan 14, 2020

Closed by #2997

@Theodus Theodus closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants