SelectDB Cloud
SQL 手册
函数
math-functions
atan

atan

description

Syntax

DOUBLE atan(DOUBLE x) 返回x的反正切值,x为弧度值.

example

mysql> select atan(0);
+-----------+
| atan(0.0) |
+-----------+
|         0 |
+-----------+
mysql> select atan(2);
+--------------------+
| atan(2.0)          |
+--------------------+
| 1.1071487177940904 |
+--------------------+

keywords

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