Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/6223#discussion_r199500973
--- Diff: docs/dev/table/tableApi.md ---
@@ -2184,6 +2184,17 @@ NUMERIC.atan()
</td>
</tr>
+ <tr>
+ <td>
+ {% highlight java %}
+NUMERIC.atan2()
--- End diff --
should be `NUMERIC.atan2(NUMERIC)`---
