mathLib.cosh

The system function mathLib.cosh returns the hyperbolic cosine of a number.


mathLib.cosh syntax diagram

result

Any numeric or HEX item, as described in Mathematical (system words). The value returned by mathLib.cosh is converted to the format of result and returned in result.

numericItem

Any numeric or HEX item, as described in Mathematical (system words). The item is converted to double-precision floating-point before mathLib.cosh is called.

Example

  result = mathLib.cosh(myItem);

Related reference
Mathematical (system words)