最速Rubyリファレンスマニュアル検索!
すべて(6)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
6件ヒット
[1-6件を表示]
(0.060秒)
トップページ
>
:
モジュール関数
>
:
TypeError
>
:atanh!
別のキーワード
_builtin typeerror
sort typeerror
dump typeerror
typeerror _builtin
$@ typeerror
ライブラリ
cmath
(6)
モジュール
CMath
(6)
検索結果
先頭1件
CMath
.
#
atanh!(x) -> Float
CMath
.
#
atanh!(x) -> Float
(18107.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
モジュール関数
実数 x の逆双曲線正接関数の値を返します。Math.#atanh のエイリアスです。
...
双曲線正接関数の値を返します。Math.#atanh のエイリアスです。
@param x -1 < x < 1 の実数。
@return 実数。
@raise
TypeError
x に数値以外を指定した場合に発生します。
@raise Math::DomainError x に範囲外の実数を指定した場合に発生し
...
CMath