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 2c69927 commit e55d2efCopy full SHA for e55d2ef
libm/src/math/arch/i586.rs
@@ -61,7 +61,7 @@ pub fn floor(mut x: f64) -> f64 {
61
x
62
}
63
/// Implements the exponential functions with `x87` assembly.
64
-///
+///
65
/// This relies on the instruction `f2xm1`, which computes `2^x - 1` (for
66
/// |x| < 1). This transcendental instruction is documented to produce results
67
/// with error below 1ulp (in the native double-extended precision format). This
0 commit comments