XuQianJin-Stars opened a new pull request #1736: [CALCITE-3695] Implement TANH 
function
URL: https://github.com/apache/calcite/pull/1736
 
 
   As illustrated in 
[CALCITE-3695](https://issues.apache.org/jira/browse/CALCITE-3695)
   TANH   returns the hyperbolic cosine of a number.
   select tanh(1);
   +--------------------+
   | EXPR$0             |
   +--------------------+
   | 0.7615941559557649 |
   +--------------------+
   (1 row)
   
   !ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to