Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
atanh
usr/src/boot/include/math.h
265
double atanh(double);
usr/src/head/iso/math_c99.h
215
extern double atanh(double);
usr/src/head/math.h
178
extern double atanh(double);
usr/src/lib/libm/common/R/atanhf.c
44
return ((float)atanh((double)x));