1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Add nexttoward to the list of implemented functions, and explicitly

list the four that are still missing.
This commit is contained in:
David Schultz 2005-03-07 04:59:53 +00:00
parent 66d672d8cb
commit 15a53f77fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143225

View File

@ -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