Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fmod
usr/src/head/tgmath.h
104
#undef fmod
usr/src/head/tgmath.h
105
#define fmod(x, y) __tgmath_fmod(x, y)
usr/src/lib/libm/common/C/fmod.c
43
fmod(double x, double y) {