You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Ruben Q L (Jira)" <ji...@apache.org> on 2023/05/27 10:13:00 UTC

[jira] [Resolved] (CALCITE-5608) Implement ASINH, ACOSH, ATANH function

     [ https://issues.apache.org/jira/browse/CALCITE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruben Q L resolved CALCITE-5608.
--------------------------------
    Resolution: Fixed

Done in in https://github.com/apache/calcite/commit/af2fb7f02b30bf853cf9f4c384fbcfeafefcebdf

Thanks [~FrankZou] for the patch!

> Implement ASINH, ACOSH, ATANH function
> --------------------------------------
>
>                 Key: CALCITE-5608
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5608
>             Project: Calcite
>          Issue Type: Sub-task
>            Reporter: Dan Zou
>            Assignee: Dan Zou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.35.0
>
>
> ASINH(X): Computes the inverse hyperbolic sine of X.
> ACOSH(X): Computes the inverse hyperbolic cosine of X.
> ATANH(X): Computes the inverse hyperbolic tangent of X
>  
> See more details in [BigQuery DOC|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#acosh]
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)