numpy.tanh

numpy.tanh(x[, out])

Hyperbolic tangent element-wise.

Parameters:

x : array_like

Input array.

Returns:

y : ndarray

The corresponding hyperbolic tangent values.

Previous topic

numpy.cosh

Next topic

numpy.arcsinh

This Page

Quick search