tanh.asciidoc 448 B

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