cosh()

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

  MathLib.cosh(numericField mathLibNumber in)
  returns (result mathLibTypeDependentResult)
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.
numericField
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
EGL library MathLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.