diff options
Diffstat (limited to 'lib/msun/man')
-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 |