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