1
0

sinh.asciidoc 434 B

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