There's no documentation for this item.
# File complex.rb, line 574 def asinh(z) if Complex.generic?(z) asinh!(z) else log( z + sqrt(1.0+z*z) ) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.