SelectDB Cloud
SQL 手册
函数
math-functions
tan

tan

description

Syntax

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

example

mysql> select tan(0);
+----------+
| tan(0.0) |
+----------+
|        0 |
+----------+
mysql> select tan(1);
+--------------------+
| tan(1.0)           |
+--------------------+
| 1.5574077246549023 |
+--------------------+

keywords

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