diff options
author | das <das@FreeBSD.org> | 2005-03-07 04:59:53 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-03-07 04:59:53 +0000 |
commit | 4e4746e6f5f1fa732a4158bb9dab019e9792da62 (patch) | |
tree | 591d9f4d8dddd825777f6fbf2fb296e07bab2f8f /lib | |
parent | 9331bfcabdee5103844fe42e11ca2cccd5ea124a (diff) | |
download | FreeBSD-src-4e4746e6f5f1fa732a4158bb9dab019e9792da62.zip FreeBSD-src-4e4746e6f5f1fa732a4158bb9dab019e9792da62.tar.gz |
Add nexttoward to the list of implemented functions, and explicitly
list the four that are still missing.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/man/math.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 0b622b4..0a5ad41 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -125,7 +125,7 @@ lround round to nearest integer in fixed-point format modf extract integer and fractional parts nearbyint round to integer (silent) nextafter next representable value -.\" nexttoward next representable value (silent) +nexttoward next representable value remainder remainder .\" remquo remainder with partial quotient rint round to integer @@ -220,9 +220,13 @@ and .Vt long double values, were written for or imported into subsequent versions of FreeBSD. .Sh BUGS -Several functions required by -.St -isoC-99 -are missing, and many functions are not available in their +The +.Fn exp2 , +.Fn log2 , +.Fn nan , +and +.Fn remquo +functions are missing, and many functions are not available in their .Vt "long double" variants. .Pp |