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