mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
This adds `SIN`, `COS`, `TAN`, `SINH`, `COSH`, and `TANH` functions. --------- Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
12 lines
299 B
Text
12 lines
299 B
Text
[[esql-sin]]
|
|
=== `SIN`
|
|
https://en.wikipedia.org/wiki/Sine_and_cosine[Sine] trigonometric function.
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/floats.csv-spec[tag=sin]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/floats.csv-spec[tag=sin-result]
|
|
|===
|