diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 06:19:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 06:19:37 +0000 |
commit | ea04713a46f9426f385e40372775e237648a2352 (patch) | |
tree | 95b32411752bc8b1582f5697ebc7093ef6aaa6cd /lib/libm | |
parent | d6d192406233f020ad31eac3dad575c1c9facbca (diff) |
removed unused .Bd macro;
ok jason@
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/math.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index 55fc0411d54..7296729f18e 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.14 2003/03/28 09:51:33 jmc Exp $ +.\" $OpenBSD: math.3,v 1.15 2003/04/30 06:19:36 jmc Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -160,7 +160,6 @@ Properties of D_floating-point: Binary. .It Precision: 56 \*(Si bits, roughly 17 \*(Si decimal digits. -.Bd -offset indent If x and x' are consecutive positive D_floating-point numbers (they differ by 1 \fIulp\fR), then .Li 1.3e-17 < 0.5**56 < (x'-x)/x \*(Le 0.5**55 < 2.8e-17. |