You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopinath (Jira)" <ji...@apache.org> on 2022/10/17 08:00:00 UTC

[jira] [Created] (HIVE-26636) Hyperbolic functions

Gopinath created HIVE-26636:
-------------------------------

             Summary: Hyperbolic functions  
                 Key: HIVE-26636
                 URL: https://issues.apache.org/jira/browse/HIVE-26636
             Project: Hive
          Issue Type: New Feature
            Reporter: Gopinath


Adding hyperbolic functions. 


|Function|Description|Example|Result|
|sinh(x)|hyperbolic sine|sinh(0)|0|
|cosh(x)|hyperbolic cosine|cosh(0)|1|
|tanh(x)|hyperbolic tangent|tanh(0)|0|
|asinh(x)|inverse hyperbolic sine|asinh(0)|0|
|acosh(x)|inverse hyperbolic cosine|acosh(1)|0|
|atanh(x)|inverse hyperbolic tangent|atanh(0)|0|



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