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