iarray.IArray.tanh#
- IArray.tanh()#
Compute hyperbolic tangent element-wise.
Equivalent to
ia.sinh(x)/ia.cosh(x)
.- Parameters
iarr¶(self) (IArray container) – Input data.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the actual hyperbolic tangent values.
- Return type
References