cosh
return complex<FLOAT> (cos (real (x)) * cosh (imag (x)),
return complex<FLOAT> (cosh (real (x)) * cos (imag (x)),
return complex<FLOAT> (sin (real (x)) * cosh (imag (x)),
cosh (real (x)) * sin (imag (x)));
cosh (const complex<_FLT>&) __attribute__ ((const));
return sinh (x) / cosh (x);
_DEFINE_EXPR_UNARY_FUNCTION(cosh)
MAPM_1aryFunc(cosh)
MAPM_1aryFunc(cosh)
extern double cosh(double x);
return _ParseFactorial(values[0].cosh());
template c cosh (ccr);
return CMPLX(cosh(x), x * y);
return CMPLX(cosh(x) * cos(y), sinh(x) * sin(y));
return CMPLX(sinh(x) * cos(y), cosh(x) * sin(y));
return cosh(x);
return cosh(x);