cosh.asciidoc 532 B

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