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