1
0

atan2.asciidoc 510 B

1234567891011121314151617181920
  1. [[esql-atan2]]
  2. === `ATAN2`
  3. [.text-center]
  4. image::esql/functions/signature/atan2.svg[Embedded,opts=inline]
  5. The https://en.wikipedia.org/wiki/Atan2[angle] between the positive x-axis and the
  6. ray from the origin to the point (x , y) in the Cartesian plane.
  7. [source.merge.styled,esql]
  8. ----
  9. include::{esql-specs}/floats.csv-spec[tag=atan2]
  10. ----
  11. [%header.monospaced.styled,format=dsv,separator=|]
  12. |===
  13. include::{esql-specs}/floats.csv-spec[tag=atan2-result]
  14. |===
  15. Supported types:
  16. include::types/atan2.asciidoc[]