mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
19 lines
426 B
Text
19 lines
426 B
Text
[[esql-sin]]
|
|
=== `SIN`
|
|
[.text-center]
|
|
image::esql/functions/signature/sin.svg[Embedded,opts=inline]
|
|
|
|
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]
|
|
|===
|
|
|
|
Supported types:
|
|
|
|
include::types/sin.asciidoc[]
|