You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/09 02:27:14 UTC

[GitHub] [calcite] XuQianJin-Stars opened a new pull request #1736: [CALCITE-3695] Implement TANH function

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [calcite] michaelmior merged pull request #1736: [CALCITE-3695] Implement TANH function

Posted by GitBox <gi...@apache.org>.
michaelmior merged pull request #1736: [CALCITE-3695] Implement TANH function
URL: https://github.com/apache/calcite/pull/1736
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [calcite] michaelmior commented on issue #1736: [CALCITE-3695] Implement TANH function

Posted by GitBox <gi...@apache.org>.
michaelmior commented on issue #1736: [CALCITE-3695] Implement TANH function
URL: https://github.com/apache/calcite/pull/1736#issuecomment-581066134
 
 
   Thanks @XuQianJin-Stars!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [calcite] ritesh-kapoor commented on issue #1736: [CALCITE-3695] Implement TANH function

Posted by GitBox <gi...@apache.org>.
ritesh-kapoor commented on issue #1736: [CALCITE-3695] Implement TANH function
URL: https://github.com/apache/calcite/pull/1736#issuecomment-573072668
 
 
   Looks great !!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services