mx.nd.cosh

Description

Returns the hyperbolic cosine of the input array, computed element-wise.

\[cosh(x) = 0.5\times(exp(x) + exp(-x))\]

The storage type of cosh output is always dense

Arguments

Argument

Description

data

NDArray-or-Symbol.

The input array.