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