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

tanh

description

Syntax

DOUBLE tanh(DOUBLE x) 返回x的双曲正切值,tanh(x) = sinh(x) / cosh(x).

example

mysql> select tanh(0);
+---------+
| tanh(0) |
+---------+
|       0 |
+---------+

mysql> select tanh(1);
+---------------------+
| tanh(1)             |
+---------------------+
| 0.76159415595576485 |
+---------------------+

keywords

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