elasticsearch/docs/reference/esql/functions/layout/sin.asciidoc
Nik Everett 00b0c54a74
ESQL: Generate docs for the trig functions (#106891)
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.
2024-03-29 12:24:31 -04:00

15 lines
385 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
[discrete]
[[esql-sin]]
=== `SIN`
*Syntax*
[.text-center]
image::esql/functions/signature/sin.svg[Embedded,opts=inline]
include::../parameters/sin.asciidoc[]
include::../description/sin.asciidoc[]
include::../types/sin.asciidoc[]
include::../examples/sin.asciidoc[]