sinh()

Scalar. Returns the hyperbolic sine of a given value.

Syntax

sinh ( value )

Parameters

value

A float.

Usage

Returns the hyperbolic sine of a given value, expressed in radians. The function takes a float as its argument, and the function returns a float.

Example

sinh (0.5) returns 0.521095305.