Home
last modified time | relevance | path

Searched refs:sinhrx (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/math/
Ds_ctanh_template.c104 FLOAT sinhrx, coshrx; in M_DECL_FUNC() local
107 sinhrx = M_SINH (__real__ x); in M_DECL_FUNC()
112 sinhrx = __real__ x; in M_DECL_FUNC()
116 if (M_FABS (sinhrx) > M_FABS (cosix) * M_EPSILON) in M_DECL_FUNC()
117 den = sinhrx * sinhrx + cosix * cosix; in M_DECL_FUNC()
120 __real__ res = sinhrx * coshrx / den; in M_DECL_FUNC()