21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
[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[]
|