cosh              248 math.c             return DBL2NUM(cosh(Get_Double(x)));
cosh              283 math.c             return sinh(x) / cosh(x);