cosh()

Scalar. Returns the hyperbolic cosine of a given value expressed in radians.

Syntax

cosh ( value )

Parameters

value

A float

Usage

The function returns a float.

Example

cosh (0.5) returns 1.12762597.