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.
2 parents c252d7c + 8a30ac4 commit 9ebb1dbCopy full SHA for 9ebb1db
src/ppc.rs
@@ -18,7 +18,7 @@ pub struct DoubleFloat<F>(F, F);
18
/// <https://www.ibm.com/docs/en/aix/7.3?topic=sepl-128-bit-long-double-floating-point-data-type>.
19
pub type DoubleDouble = DoubleFloat<ieee::Double>;
20
21
-// These are legacy semantics for the Fallback, inaccrurate implementation of
+// These are legacy semantics for the Fallback, inaccurate implementation of
22
// IBM double-double, if the accurate DoubleDouble doesn't handle the
23
// operation. It's equivalent to having an IEEE number with consecutive 106
24
// bits of mantissa and 11 bits of exponent.
0 commit comments