sinh

View page source

The Hyperbolic Sine Function: sinh

Syntax

y = sinh ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

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

Example

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