We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebafab9 commit 020c0b5Copy full SHA for 020c0b5
src/libcore/num/mod.rs
@@ -1643,7 +1643,7 @@ $EndFeature, "
1643
exp /= 2;
1644
base = base.wrapping_mul(base);
1645
}
1646
-
+
1647
// since exp!=0, finally the exp must be 1.
1648
// Deal with the final bit of the exponent separately, since
1649
// squaring the base afterwards is not necessary and may cause a
@@ -2018,7 +2018,7 @@ $EndFeature, "
2018
base = r.0;
2019
overflown |= r.1;
2020
2021
2022
2023
2024
0 commit comments