Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__expf
usr/src/head/iso/math_iso.h
110
extern float __expf(float);
usr/src/head/iso/math_iso.h
166
inline float exp(float __X) { return __expf(__X); }