FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fmodf
lib/msun/src/e_remainderf.c
42
if (hp<=0x7effffff) x = fmodf(x,p+p); /* now x < 2p */
lib/msun/src/math.h
377
float fmodf(float, float);