2023-10-17 23:36:14 +08:00
|
|
|
[discrete]
|
2023-08-02 02:36:55 +08:00
|
|
|
[[esql-tanh]]
|
|
|
|
=== `TANH`
|
2023-08-28 23:17:04 +08:00
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/tanh.svg[Embedded,opts=inline]
|
|
|
|
|
2023-08-02 02:36:55 +08:00
|
|
|
https://en.wikipedia.org/wiki/Hyperbolic_functions[Tangent] hyperbolic function.
|
|
|
|
|
|
|
|
[source.merge.styled,esql]
|
|
|
|
----
|
|
|
|
include::{esql-specs}/floats.csv-spec[tag=tanh]
|
|
|
|
----
|
|
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|
|
|===
|
|
|
|
include::{esql-specs}/floats.csv-spec[tag=tanh-result]
|
|
|
|
|===
|
2023-08-28 23:17:04 +08:00
|
|
|
|
|
|
|
Supported types:
|
|
|
|
|
|
|
|
include::types/tanh.asciidoc[]
|