SQL 手册SQL 函数数学函数COSH本页总览COSHcoshdescriptionSyntaxDOUBLE cosh(DOUBLE x) 返回“x”的双曲余弦.examplemysql> select cosh(0);+---------+| cosh(0) |+---------+| 1 |+---------+mysql> select cosh(1);+---------------------+| cosh(1) |+---------------------+| 1.5430806348152437 |+---------------------+keywordsCOSH