coshΒΆ

cosh returns the hyperbolic cosine of its parameter.

r = cosh(m)

Return Value

r is the hyperbolic cosine of m.

Parameters

m

m is a real or complex matrix.

Comment

Algorithm: (exp(x) + exp(-x)) .* 0.5.

id-1678619