Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
nextafter
headers/posix/math.h
238
extern double nextafter(double x, double y);
src/system/libroot/posix/musl/math/nextafterl.c
6
return nextafter(x, y);
src/system/libroot/posix/musl/math/nexttoward.c
6
return nextafter(x, y);