numpy.arcsinh()
numpy.arcsinh
-
numpy.arcsinh(x[, out]) =
-
Inverse hyperbolic sine element-wise.
Parameters: x : array_like
Input array.
out : ndarray, optional
Array into which the output is placed. Its type is preserved and it must be of the right shape to hold the output. See
doc.ufuncs
.Returns: out : ndarray
Array of of the same shape as
x
.Notes