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