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

10 lines
273 B
Plaintext

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`y_coordinate`::
y coordinate. If `null`, the function returns `null`.
`x_coordinate`::
x coordinate. If `null`, the function returns `null`.