diff options
author | Steve Kargl <kargl@FreeBSD.org> | 2011-03-12 16:50:39 +0000 |
---|---|---|
committer | Steve Kargl <kargl@FreeBSD.org> | 2011-03-12 16:50:39 +0000 |
commit | dfe5233b5952773e21df34d140dadf404caec829 (patch) | |
tree | eae7ea576c279208da253a26e583fbc1bb847849 /lib/msun/man/math.3 | |
parent | 4a2b25621f85f96085836f79cf00082de05982e0 (diff) |
Notes
Diffstat (limited to 'lib/msun/man/math.3')
-rw-r--r-- | lib/msun/man/math.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 39aa8ab3ed3d8..9ffe080454c8a 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -220,12 +220,11 @@ and .Vt long double values, were written for or imported into subsequent versions of FreeBSD. .Sh BUGS -The -.Fn cbrt -function and many of the transcendental functions -are not available in their +Some of the .Vt "long double" -variants. +math functions in +.St -isoC-99 +are not available. .Pp Many of the routines to compute transcendental functions produce inaccurate results in other than the default rounding mode. |