tanh.asciidoc 549 B

1234567891011121314151617181920212223242526272829303132
  1. [discrete]
  2. [[esql-tanh]]
  3. === `TANH`
  4. *Syntax*
  5. [.text-center]
  6. image::esql/functions/signature/tanh.svg[Embedded,opts=inline]
  7. *Parameters*
  8. `n`::
  9. Numeric expression. If `null`, the function returns `null`.
  10. *Description*
  11. {wikipedia}/Hyperbolic_functions[Tangent] hyperbolic function.
  12. *Supported types*
  13. include::types/tanh.asciidoc[]
  14. *Example*
  15. [source.merge.styled,esql]
  16. ----
  17. include::{esql-specs}/floats.csv-spec[tag=tanh]
  18. ----
  19. [%header.monospaced.styled,format=dsv,separator=|]
  20. |===
  21. include::{esql-specs}/floats.csv-spec[tag=tanh-result]
  22. |===