mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
This updates the in-code docs on the trig functions to line up with the docs, removes the docs, and uses the now mostly identical generated docs. This means we only need to document these functions in one place - right next to the code.
15 lines
392 B
Text
15 lines
392 B
Text
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-tanh]]
|
|
=== `TANH`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/tanh.svg[Embedded,opts=inline]
|
|
|
|
include::../parameters/tanh.asciidoc[]
|
|
include::../description/tanh.asciidoc[]
|
|
include::../types/tanh.asciidoc[]
|
|
include::../examples/tanh.asciidoc[]
|