coshl
long double coshl(long double);
w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
*c = coshl(x);
w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
d = coshl(2.0L * x) + cosl(2.0L * y);
d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
__weak_alias(coshl, _coshl)