📄️ NDArray::arccosh
Calculates the element-wise inverse hyperbolic cosine (arccosineh) of an array,
📄️ NDArray::arcsinh
Computes the element-wise inverse hyperbolic sine (arcsineh) of an array, returning a new
📄️ NDArray::arctanh
Computes the element-wise inverse hyperbolic tangent (arctangenth) of an array,
📄️ NDArray::cosh
Computes the element-wise hyperbolic cosine of an array,
📄️ NDArray::sinh
Calculates the element-wise hyperbolic sine of an array, returning a new array with the hyperbolic sine of each element.
📄️ NDArray::tanh
Calculates the element-wise hyperbolic tangent of an array,