HyperMath

Cosh

Cosh

Previous topic Next topic No expanding text in this topic  

Cosh

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The hyperbolic cosine of the argument.

Syntax

C = Cosh(M)

Argument

Name

Description

 

M

A real scalar, vector, or a matrix.

Output

Name

Description

 

C

The hyperbolic cosine of each entry.

Example

Find the hyperbolic cosine of elements in a matrix.

 

Syntax

 

C = Cosh([1,2;3,4])

 

Result

 

C = 1.5431  3.7622

   10.068   27.308

See Also:

Sinh

Tanh