cosh()
是一个系统函数,用于返回以弧度为单位提供的角度的双曲余弦值。
cosh()
函数于 PostgreSQL 12 中添加。
示例
cosh()
的基本用法示例
postgres=# SELECT cosh(0); cosh ------ 1 (1 row)
参考资料
- PostgreSQL 文档: 数学函数
cosh()
是一个系统函数,用于返回以弧度为单位提供的角度的双曲余弦值。
cosh()
函数于 PostgreSQL 12 中添加。
cosh()
的基本用法示例
postgres=# SELECT cosh(0); cosh ------ 1 (1 row)