tand()
是一个系统函数,返回以度为单位的给定值的正切值。
tand()
添加于 PostgreSQL 9.6.
用法
tand (double precision
) →double precision
tan()
是返回以弧度为单位结果的等效函数。
变更历史
- PostgreSQL 9.6
- 添加 (提交 e1bd684a)
示例
tand()
的基本用法示例
postgres=# SELECT tand(45); tand ------ 1 (1 row)
参考文献
- PostgreSQL文档: 三角函数