rust/library
bors 7f82ddb875 Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitor
Fix inequality in docs for div_euclid

This commit fixes the statement of the inequality that the Euclidean remainder satisfies. (The remainder is guaranteed to be less than abs(rhs), not rhs.) It also rewords the documentation to make it a little easier to read.

(You might wonder why I've written `abs(rhs)` instead of `rhs.abs()`. Two reasons: first, the `rem_euclid` docs use `abs(rhs)` instead of `rhs.abs()`, and second, the absolute value here is the mathematical absolute value, not the the `.abs()` operation which may overflow.)
2021-03-22 09:37:50 +00:00
..
alloc Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPC 2021-03-22 04:03:53 +00:00
backtrace@af078ecc0b
core Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitor 2021-03-22 09:37:50 +00:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se 2021-03-22 02:20:28 +01:00
stdarch@9c732a56f6
term
test
unwind