Searched defs:sinhf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dsinhf.c29 #pragma weak __sinhf = sinhf
34 sinhf(float x) { function
42 /* sinhf(x) is x if x is +-Inf or NaN */
45 if (ix >= 0x43000000) /* sinhf(x) trivially overflows */

Completed in 65 milliseconds