SelectDB Cloud
SQL 手册
SQL 函数
数学函数
COSH

cosh

description

Syntax

DOUBLE cosh(DOUBLE x) 返回“x”的双曲余弦.

example

mysql> select cosh(0);
+---------+
| cosh(0) |
+---------+
|       1 |
+---------+

mysql> select cosh(1);
+---------------------+
| cosh(1)             |
+---------------------+
| 1.5430806348152437  |
+---------------------+

keywords

COSH
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标