Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
remquof
headers/posix/math.h
181
extern float remquof(float x, float y, int *quo);
src/system/libroot/posix/musl/math/remainderf.c
7
return remquof(x, y, &q);