elasticsearch/docs/reference/esql/functions/sin.asciidoc
Mark Tozzi 690a8a2ef8
[ES|QL] Trig & hyperbolic function finishing pass (#103205)
Relates to #100558

These functions were mostly done already. I added descriptions and argument descriptions for most of them, otherwise not much work.
2023-12-08 14:27:22 -05:00

20 lines
464 B
Text

[discrete]
[[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. Input expected in radians.
[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[]