diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
| commit | c6ff3a1bf74d96278726113478b2c66884aab584 (patch) | |
| tree | 6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libm/common_source | |
| parent | 55609eba05d32edc56e3f69740099d4d9b095cef (diff) | |
Notes
Diffstat (limited to 'lib/libm/common_source')
| -rw-r--r-- | lib/libm/common_source/exp.3 | 3 | ||||
| -rw-r--r-- | lib/libm/common_source/j0.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libm/common_source/exp.3 b/lib/libm/common_source/exp.3 index 39e1384a1958..f3f580029bdd 100644 --- a/lib/libm/common_source/exp.3 +++ b/lib/libm/common_source/exp.3 @@ -225,7 +225,8 @@ cases. Here are reasons for returning x**0 = 1 always: .It Any program that already tests whether x is zero (or infinite or \*(Na) before computing x**0 cannot care -whether 0**0 = 1 or not. Any program that depends +whether 0**0 = 1 or not. +Any program that depends upon 0**0 to be invalid is dubious anyway since that expression's meaning and, if invalid, its consequences vary from one computer system to another. diff --git a/lib/libm/common_source/j0.3 b/lib/libm/common_source/j0.3 index 47f412b987aa..0532b1bde4c1 100644 --- a/lib/libm/common_source/j0.3 +++ b/lib/libm/common_source/j0.3 @@ -104,7 +104,8 @@ value (expressed as a double). .Sh RETURN VALUES If these functions are successful, -the computed value is returned. On the +the computed value is returned. +On the .Tn VAX and .Tn Tahoe |
