Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

COSH returns a hyperbolic cosine of a numerical expression

Syntax

COSH(NumExp)

Arguments 

  • NumExp is a numerical expression 

...

  1. The numeric expression should be an angle specified in Radians.
  2. The hyperbolic cosine COSH(x) gives a similar result as the expression: 0.5 * (EXP(x) + EXP(-x))

...