Tanner Clary created CALCITE-5610:
-------------------------------------
Summary: 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
* {{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)