SQL 手册SQL 函数Scala Functions数学函数TANH本页总览TANHtanh 描述 语法 DOUBLE tanh(DOUBLE x) 返回x的双曲正切值,tanh(x) = sinh(x) / cosh(x). 举例 mysql> select tanh(0);+---------+| tanh(0) |+---------+| 0 |+---------+mysql> select tanh(1);+---------------------+| tanh(1) |+---------------------+| 0.76159415595576485 |+---------------------+ keywords TANH