Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__rem_pio2f
src/system/libroot/posix/musl/internal/libm.h
242
hidden int __rem_pio2f(float,double*);
src/system/libroot/posix/musl/math/cosf.c
70
n = __rem_pio2f(x,&y);
src/system/libroot/posix/musl/math/sincosf.c
95
n = __rem_pio2f(x, &y);
src/system/libroot/posix/musl/math/sinf.c
68
n = __rem_pio2f(x, &y);
src/system/libroot/posix/musl/math/tanf.c
62
n = __rem_pio2f(x, &y);