Skip to content

tanh

tanh(x) → number · Math

Compute the hyperbolic tangent.

  • x (required): a number
utlx
tanh(1)                                  // ~0.7616

Released under AGPL-3.0.