You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Tanner Clary (Jira)" <ji...@apache.org> on 2023/03/25 04:04:00 UTC

[jira] [Created] (CALCITE-5610) Implement COTH, CSCH, SECH Functions

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)