atan2.asciidoc 273 B

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