Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/6223#discussion_r199501131 --- Diff: docs/dev/table/tableApi.md --- @@ -3748,6 +3759,17 @@ NUMERIC.atan() </td> </tr> + <tr> + <td> + {% highlight scala %} +NUMERIC.atan2() +{% endhighlight %} + </td> + <td> + <p>Calculates the tangent of a given coordinates.</p> --- End diff -- see above
---