Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
y1f
headers/posix/math.h
337
extern float y1f(float x);
src/system/libroot/posix/musl/math/jnf.c
188
return sign ? -y1f(x) : y1f(x);
src/system/libroot/posix/musl/math/jnf.c
191
b = y1f(x);