tanclary opened a new pull request, #3130:
URL: https://github.com/apache/calcite/pull/3130

   COTH(X): Computes the hyperbolic cotangent for the angle of X, where X is 
specified in radians. 
[Docs](https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions#coth)
   
   CSCH(X): Computes the hyperbolic cosecant for the angle of X, where X is 
specified in radians. 
[Docs](https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions#csch)
   
   SECH(X): Computes the hyperbolic secant for the angle of X, where X is 
specified in radians. 
[Docs](https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions#sech)
   
   I will rebase to include @zoudan 's addition of the `ALL` library once that 
has been merged into Calcite main.
   
   Comments and suggestions appreciated as always.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to