= private = protected
asinh(p1)
Computes the inverse hyperbolic sine of x.
static VALUE math_asinh(VALUE obj, VALUE x) { Need_Float(x); return DBL2NUM(asinh(RFLOAT_VALUE(x))); }