Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/6223#discussion_r199500813
--- Diff: docs/dev/table/sql.md ---
@@ -1510,6 +1510,17 @@ ATAN(numeric)
</td>
</tr>
+ <tr>
+ <td>
+ {% highlight text %}
+ATAN2(numeric)
+{% endhighlight %}
+ </td>
+ <td>
+ <p>Calculates the arc tangent of a given coordinates.</p>
--- End diff --
should be `of a given coordinate.` (-s)?---
