Searched refs:sinh (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dsinhl.c5 return sinh(x);
38 return sinh(x);
H A Dsinh.c3 /* sinh(x) = (exp(x) - 1/exp(x))/2
7 double sinh(double x) { function
/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A Dcsinh.c30 * sinh(z) = sinh(x+iy)
31 * = sinh(x) cos(y) + i cosh(x) sin(y).
57 return CMPLX(sinh(x), y);
59 return CMPLX(sinh(x) * cos(y), cosh(x) * sin(y));
78 * sinh(+-0 +- I Inf) = sign(d(+-0, dNaN))0 + I dNaN.
82 * sinh(+-0 +- I NaN) = sign(d(+-0, NaN))0 + I d(NaN).
90 * sinh(+-Inf +- I 0) = +-Inf + I +-0.
92 * sinh(NaN +- I 0) = d(NaN) + I +-0.
101 * sinh(
[all...]
H A Dctanh.c40 * s = sinh(x)
45 * tanh(z) = sinh(z) / cosh(z)
47 * sinh(x) cos(y) + i cosh(x) sin(y)
49 * cosh(x) cos(y) + i sinh(x) sin(y)
51 * cosh(x) sinh(x) / cos^2(y) + i tan(y)
53 * 1 + sinh^2(x) / cos^2(y)
113 * approximation sinh^2(huge) ~= exp(2*huge) / 4.
124 s = sinh(x);
H A Dccosh.c31 * = cosh(x) cos(y) + i sinh(x) sin(y).
59 return CMPLX(cosh(x) * cos(y), sinh(x) * sin(y));
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h331 double sinh(double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk408 $(LOCAL_DIR)/src/math/sinh.c \

Completed in 39 milliseconds