21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
[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[]
|