cosh.asciidoc 436 B

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