diff options
author | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
commit | ed72feddcb3cc58c18aff36f4227af3fb11facad (patch) | |
tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/msun/man/math.3 | |
parent | 10aca679734b6819f63019fd7c2ba4e54357c677 (diff) | |
download | FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.zip FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.tar.gz |
Sort sections.
Diffstat (limited to 'lib/msun/man/math.3')
-rw-r--r-- | lib/msun/man/math.3 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index b8ade2b..1a35db1 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -445,21 +445,6 @@ Inexact is signaled only when .Xc greater range or precision would be needed to represent the exact result. .El -.Sh BUGS -Several functions required by -.St -isoC-99 -are missing, and many functions are not available in their -.Vt "long double" -variants. -.Pp -On some architectures, trigonometric argument reduction is not -performed accurately, resulting in errors greater than 1 -.Em ulp -for large arguments to -.Fn cos , -.Fn sin , -and -.Fn tan . .Sh SEE ALSO .Xr fenv 3 , .Xr ieee 3 @@ -487,3 +472,18 @@ or IEEE 754 floating-point. Most of this library was replaced with FDLIBM, developed at Sun Microsystems, in .Fx 1.1.5 . +.Sh BUGS +Several functions required by +.St -isoC-99 +are missing, and many functions are not available in their +.Vt "long double" +variants. +.Pp +On some architectures, trigonometric argument reduction is not +performed accurately, resulting in errors greater than 1 +.Em ulp +for large arguments to +.Fn cos , +.Fn sin , +and +.Fn tan . |