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