[
https://issues.apache.org/jira/browse/CALCITE-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-5610.
----------------------------------
Fix Version/s: 1.35.0
Resolution: Fixed
Fixed in
[62a9ee94|https://github.com/apache/calcite/commit/62a9ee9423787c49750b080f5e33dcc2e04e03ec];
thanks for the PR, [~tanclary]!
> Implement COTH, CSCH, SECH Functions
> ------------------------------------
>
> Key: CALCITE-5610
> URL: https://issues.apache.org/jira/browse/CALCITE-5610
> Project: Calcite
> Issue Type: Sub-task
> Reporter: Tanner Clary
> Assignee: Tanner Clary
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.35.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> * {{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]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)