SelectDB Cloud
SQL 手册
函数
math-functions
exp

exp

description

Syntax

DOUBLE exp(DOUBLE x) 返回以e为底的x的幂.

example

mysql> select exp(2);
+------------------+
| exp(2.0)         |
+------------------+
| 7.38905609893065 |
+------------------+
mysql> select exp(3.4);
+--------------------+
| exp(3.4)           |
+--------------------+
| 29.964100047397011 |
+--------------------+

keywords

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