Skip to content

Commit e55d2ef

Browse files
committed
whitespace
1 parent 2c69927 commit e55d2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/src/math/arch/i586.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub fn floor(mut x: f64) -> f64 {
6161
x
6262
}
6363
/// Implements the exponential functions with `x87` assembly.
64-
///
64+
///
6565
/// This relies on the instruction `f2xm1`, which computes `2^x - 1` (for
6666
/// |x| < 1). This transcendental instruction is documented to produce results
6767
/// with error below 1ulp (in the native double-extended precision format). This

0 commit comments

Comments
 (0)