tanh.asciidoc 437 B

12345678910111213141516171819
  1. [[esql-tanh]]
  2. === `TANH`
  3. [.text-center]
  4. image::esql/functions/signature/tanh.svg[Embedded,opts=inline]
  5. https://en.wikipedia.org/wiki/Hyperbolic_functions[Tangent] hyperbolic function.
  6. [source.merge.styled,esql]
  7. ----
  8. include::{esql-specs}/floats.csv-spec[tag=tanh]
  9. ----
  10. [%header.monospaced.styled,format=dsv,separator=|]
  11. |===
  12. include::{esql-specs}/floats.csv-spec[tag=tanh-result]
  13. |===
  14. Supported types:
  15. include::types/tanh.asciidoc[]