cosh

View page source

The Hyperbolic Cosine Function: cosh

Syntax

y = cosh ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{cosh}^{(1)} (x) = \sinh(x)\]

Example

The file cosh.cpp contains an example and test of this function.