8000 Euclidean modulo by varkor · Pull Request #2169 · rust-lang/rfcs · GitHub
[go: up one dir, main page]

Skip to content
8000

Euclidean modulo #2169

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

Merged
merged 8 commits into from
Mar 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix link
  • Loading branch information
varkor authored Oct 9, 2017
commit ffb409d3442fc92f84359bbc667f7e400ca17c8b
2 changes: 1 addition & 1 deletion text/0000-euclidean-modulo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This RFC proposes the addition of a modulo method with more useful and mathematically regular properties over the built-in remainder `%` operator when the dividend or divisor is negative, along with the associated division method.

For previous discussion, see: [https://internals.rust-lang.org/t/mathematical-modulo-operator/5952]().
For previous discussion, see: https://internals.rust-lang.org/t/mathematical-modulo-operator/5952.

# Motivation
[motivation]: #motivation
Expand Down
0