Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Mathモジュール > atanh
atanh(x) -> Float
x の逆双曲線正接関数の値を返します。
atanh(x) = log((1+x)/(1-x)) / 2 [-1 < x < 1]