Versions Compared

Key

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

SINH returns a hyperbolic sine of a numerical expression

Syntax

SINH(NumExp)

Arguments 

  • NumExp is a numerical expression 

...

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

...