diff options
author | jlemon <jlemon@FreeBSD.org> | 1998-02-04 22:30:20 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 1998-02-04 22:30:20 +0000 |
commit | 856becd843ef5a7a14eeb66b3159728409ccdbfc (patch) | |
tree | ceae2710918fb55748526ce5f5f948076ce5e985 /lib/msun/man | |
parent | cd0b25e001ac2e2d21ff45808806818f6b28ffe7 (diff) | |
download | FreeBSD-src-856becd843ef5a7a14eeb66b3159728409ccdbfc.zip FreeBSD-src-856becd843ef5a7a14eeb66b3159728409ccdbfc.tar.gz |
Document the fpgetprec/fpsetprec functions in their man page.
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by: bde
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/math.3 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index f1fec65..1b129fc 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id: math.3,v 1.5 1997/02/22 15:09:39 peter Exp $ +.\" $Id: math.3,v 1.6 1998/01/15 23:28:18 danny Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 @@ -623,6 +623,15 @@ IEEE 754 defaults for granted; this means that a decision to trap all divisions by zero could disrupt a code that would otherwise get correct results despite division by zero. .SH SEE ALSO +\fBfpgetround\fR(3), +\fBfpsetround\fR(3), +\fBfpgetprec\fR(3), +\fBfpsetprec\fR(3), +\fBfpgetmask\fR(3), +\fBfpsetmask\fR(3), +\fBfpgetsticky\fR(3), +\fBfpresetsticky\fR(3) - IEEE floating point interface +.SH NOTES An explanation of IEEE 754 and its proposed extension p854 was published in the IEEE magazine MICRO in August 1984 under the title "A Proposed Radix\- and Word\-length\-independent |