20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
[[esql-cosh]]
|
|
=== `COSH`
|
|
[.text-center]
|
|
image::signature/cosh.svg[]
|
|
|
|
https://en.wikipedia.org/wiki/Hyperbolic_functions[Cosine] hyperbolic function.
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/floats.csv-spec[tag=cosh]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/floats.csv-spec[tag=cosh-result]
|
|
|===
|
|
|
|
Supported types:
|
|
|
|
include::types/cosh.asciidoc[]
|