diff options
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/ieee.3 | 4 | ||||
-rw-r--r-- | lib/msun/man/math.3 | 30 |
2 files changed, 17 insertions, 17 deletions
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index 527bdbc..676798c 100644 --- a/lib/msun/man/ieee.3 +++ b/lib/msun/man/ieee.3 @@ -196,6 +196,8 @@ return computed by exponent manipulation. .Sh SEE ALSO .Xr math 3 +.Sh STANDARDS +.St -ieee754 .Sh HISTORY The .Nm ieee @@ -208,5 +210,3 @@ and .Fn scalblnf functions first appeared in .Fx 5.3 . -.Sh STANDARDS -.St -ieee754 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 . |