diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
| commit | 46eea498dad0e3e124479b7083b5f1d013a19e02 (patch) | |
| tree | 8f9dbd6e5fa1fef09952d1367af1ec6da50bc120 /lib/libm | |
| parent | b51747eb5e3fe18505ea8ab684690f576d6c971c (diff) | |
Notes
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 4baf476d4a99..4c7391c5847c 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 09fc4fe8405c..10de794495fd 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 a14e7eff0f39..aaed641f7df4 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 ; |
