Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
nearbyint
headers/posix/math.h
237
extern double nearbyint(double x);
src/system/libroot/posix/musl/math/nearbyintl.c
7
return nearbyint(x);