diff options
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/common_source/erf.3 | 2 | ||||
-rw-r--r-- | lib/libm/common_source/exp.3 | 2 | ||||
-rw-r--r-- | lib/libm/common_source/ieee.3 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/common_source/erf.3 b/lib/libm/common_source/erf.3 index 4baf476..4c7391c 100644 --- a/lib/libm/common_source/erf.3 +++ b/lib/libm/common_source/erf.3 @@ -54,7 +54,7 @@ These functions calculate the error function of The .Fn erf calculates the error function of x; where -.Bd -filled -offset indent +.Bd -ragged -offset indent .if n \{\ erf(x) = 2/sqrt(pi)\(**\|integral from 0 to x of exp(\-t\(**t) dt. \} .if t \{\ diff --git a/lib/libm/common_source/exp.3 b/lib/libm/common_source/exp.3 index 09fc4fe..10de794 100644 --- a/lib/libm/common_source/exp.3 +++ b/lib/libm/common_source/exp.3 @@ -248,7 +248,7 @@ Analysts will accept 0**0 = 1 despite that x**y can approach anything or nothing as x and y approach 0 independently. The reason for setting 0**0 = 1 anyway is this: -.Bd -filled -offset indent +.Bd -ragged -offset indent If x(z) and y(z) are .Em any functions analytic (expandable diff --git a/lib/libm/common_source/ieee.3 b/lib/libm/common_source/ieee.3 index a14e7ef..aaed641 100644 --- a/lib/libm/common_source/ieee.3 +++ b/lib/libm/common_source/ieee.3 @@ -227,7 +227,7 @@ proposed standard p854, namely that .Fn logb x satisfy -.Bd -filled -offset indent +.Bd -ragged -offset indent 1 \(<= .Fn scalb \\*(Bax\\*(Ba \-logb(x) < @@ -261,7 +261,7 @@ similar in spirit to the reserved operand, but very different in important details. Since the sign bit of a reserved operand makes it look negative, -.Bd -filled -offset indent +.Bd -ragged -offset indent .Fn copysign x "reserved operand" = .Pf \- Fa x ; |