tanh

tanh

tanh 介绍

tanh(expr) - 返回expr的双曲正切值,计算方式类似于使用java.lang.Math.tanh

参数:

  • expr - 双曲角度。

Examples:

> SELECT tanh(0);
 0.0

Since: 1.4.0