diff options
author | das <das@FreeBSD.org> | 2010-12-07 02:19:15 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2010-12-07 02:19:15 +0000 |
commit | 35838fd0b5f2afbb914ec70c567255b68a6f1a89 (patch) | |
tree | 11f50c81ed2122342dd734ba06a5b41a33a096bb /lib/msun/man | |
parent | 83a1280f2b061e260e6471843e4c35fd3ce60c1a (diff) | |
download | FreeBSD-src-35838fd0b5f2afbb914ec70c567255b68a6f1a89.zip FreeBSD-src-35838fd0b5f2afbb914ec70c567255b68a6f1a89.tar.gz |
Fix various nits in style and comments that were pointed out by bde.
Code changes verified with md5.
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/math.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 8e79ce5..39aa8ab 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -195,7 +195,7 @@ yn Bessel function of the second kind of the order n .El .Pp The routines -in this section may not produce a result that is correctly rounded, +in this section might not produce a result that is correctly rounded, so reproducible results cannot be guaranteed across platforms. For most of these functions, however, incorrect rounding occurs rarely, and then only in very-close-to-halfway cases. @@ -231,9 +231,8 @@ Many of the routines to compute transcendental functions produce inaccurate results in other than the default rounding mode. .Pp On the i386 platform, trigonometric argument reduction is not -performed accurately for very large arguments, resulting in errors -greater than 1 -.Em ulp +performed accurately for huge arguments, resulting in +large errors for such arguments to .Fn cos , .Fn sin , |