There's no documentation for this item.
# File complex.rb, line 499 def cosh(z) if Complex.generic?(z) cosh!(z) else Complex( cosh!(z.real)*cos!(z.image), sinh!(z.real)*sin!(z.image) ) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.