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