cosh
202 math.c return DBL2NUM(cosh(RFLOAT_VALUE(x)));
cosh
232 math.c return sinh(x) / cosh(x);