15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
|
[[esql-atan2]]
|
||
|
=== `ATAN2`
|
||
|
|
||
|
The https://en.wikipedia.org/wiki/Atan2[angle] between the positive x-axis and the
|
||
|
ray from the origin to the point (x , y) in the Cartesian plane.
|
||
|
|
||
|
[source.merge.styled,esql]
|
||
|
----
|
||
|
include::{esql-specs}/floats.csv-spec[tag=atan2]
|
||
|
----
|
||
|
[%header.monospaced.styled,format=dsv,separator=|]
|
||
|
|===
|
||
|
include::{esql-specs}/floats.csv-spec[tag=atan2-result]
|
||
|
|===
|