PHP - Manual: tanh
2024-11-14
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
tanh — 双曲正切
$arg
返回 arg 的双曲正切值,定义为 sinh(arg)/cosh(arg)。
arg
sinh(arg)/cosh(arg)
要处理的参数
arg 的双曲正切值
官方地址:https://www.php.net/manual/en/function.tanh.php