2023-10-17 23:36:14 +08:00
|
|
|
[discrete]
|
2023-08-02 23:12:10 +08:00
|
|
|
[[esql-asin]]
|
|
|
|
=== `ASIN`
|
2023-08-28 23:17:04 +08:00
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/asin.svg[Embedded,opts=inline]
|
|
|
|
|
2023-08-02 23:12:10 +08:00
|
|
|
Inverse https://en.wikipedia.org/wiki/Inverse_trigonometric_functions[sine] trigonometric function.
|
|
|
|
|
|
|
|
[source.merge.styled,esql]
|
|
|
|
----
|
|
|
|
include::{esql-specs}/floats.csv-spec[tag=asin]
|
|
|
|
----
|
|
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|
|
|===
|
|
|
|
include::{esql-specs}/floats.csv-spec[tag=asin-result]
|
|
|
|
|===
|
2023-08-28 23:17:04 +08:00
|
|
|
|
|
|
|
Supported types:
|
|
|
|
|
|
|
|
include::types/asin.asciidoc[]
|