elasticsearch/docs/reference/esql/functions/parameters/atan2.asciidoc

8 lines
157 B
Plaintext
Raw Normal View History

*Parameters*
`y_coordinate`::
y coordinate. If `null`, the function returns `null`.
`x_coordinate`::
x coordinate. If `null`, the function returns `null`.