2023-10-17 23:36:14 +08:00
|
|
|
[discrete]
|
2023-08-02 02:36:55 +08:00
|
|
|
[[esql-sinh]]
|
|
|
|
=== `SINH`
|
2024-01-25 23:32:24 +08:00
|
|
|
|
|
|
|
*Syntax*
|
|
|
|
|
2023-08-28 23:17:04 +08:00
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/sinh.svg[Embedded,opts=inline]
|
|
|
|
|
2024-01-25 23:32:24 +08:00
|
|
|
*Parameters*
|
|
|
|
|
|
|
|
`n`::
|
|
|
|
Numeric expression. If `null`, the function returns `null`.
|
|
|
|
|
|
|
|
*Description*
|
|
|
|
|
|
|
|
{wikipedia}/Hyperbolic_functions[Sine] hyperbolic function.
|
|
|
|
|
|
|
|
*Supported types*
|
|
|
|
|
|
|
|
include::types/sinh.asciidoc[]
|
|
|
|
|
|
|
|
*Example*
|
2023-08-02 02:36:55 +08:00
|
|
|
|
|
|
|
[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]
|
|
|
|
|===
|