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

/illumos-gate/usr/src/lib/libm/common/R/
H A Dcoshf.c29 #pragma weak __coshf = coshf
34 coshf(float x) { function
41 /* coshf(x) is |x| if x is +-Inf or NaN */
44 if (ix >= 0x43000000) /* coshf(x) trivially overflows */

Completed in 63 milliseconds