Skip to content

sinh

sinh(x) → number · Math

Compute the hyperbolic sine.

  • x (required): a number
utlx
sinh(1)                                  // ~1.1752

Released under AGPL-3.0.