xccui commented on a change in pull request #6730: [FLINK-10384][table] Add
Sinh math function supported in Table API and SQL
URL: https://github.com/apache/flink/pull/6730#discussion_r224835409
##########
File path: docs/dev/table/functions.md
##########
@@ -1197,6 +1197,18 @@ SIN(numeric)
</td>
</tr>
+ <tr>
+ <td>
+ {% highlight text %}
+SINH(numeric)
+{% endhighlight %}
+ </td>
+ <td>
+ <p>Returns the hyperbolic sine of <i>NUMERIC</i>.</p>
+ <p>Return value type is <i>DOUBLE</i>.</p>
Review comment:
Change `NUMERIC` to lowercase.
The return type is ...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services