1234567891011121314151617181920 |
- [discrete]
- [[esql-sinh]]
- === `SINH`
- [.text-center]
- image::esql/functions/signature/sinh.svg[Embedded,opts=inline]
- https://en.wikipedia.org/wiki/Hyperbolic_functions[Sine] hyperbolic function.
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/floats.csv-spec[tag=sinh]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/floats.csv-spec[tag=sinh-result]
- |===
- Supported types:
- include::types/sinh.asciidoc[]
|