cosh             108 math.c             return rb_float_new(cosh(RFLOAT(x)->value));
cosh             134 math.c             return sinh(x) / cosh(x);