sinh.asciidoc 445 B

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