Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ilogbf
headers/posix/math.h
162
extern int ilogbf(float x);
src/system/libroot/posix/musl/math/logbf.c
9
return ilogbf(x);
src/system/libroot/posix/musl/math/significandf.c
6
return scalbnf(x, -ilogbf(x));