_tanh

ハイパボリックサイン (双曲線正接) を算出します。

引数初期値説明
_tanh($x);
$xNumber対象となる数値

双曲線正接

@debug _tanh(0);
// => 0

@debug _tanh(1);
// => 0.76159