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