atan2.asciidoc 521 B

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