sinh.asciidoc 527 B

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