Sinh
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Sinh

  • Dark
    Light
  • PDF

Article Summary

Calculates the hyberbolic sine for the given number.

Function signature

SINH(number: Number) => Number
ParameterDescription
NumberValue to calculate the hyperbolic sine of

Examples

FormulaReturn value
SINH(1)1.1752011936438014
SINH(-1)-1.1752011936438014
SINH(EULER())7.544137102816975
SINH(-EULER())-7.544137102816975
SINH(0)0

Was this article helpful?

What's Next