Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tanhf
usr/src/boot/include/math.h
352
float tanhf(float);
usr/src/head/iso/math_c99.h
268
extern float tanhf(float);
usr/src/lib/libm/common/complex/ctanhf.c
55
F_RE(ans) = tanhf(x);