最速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.097秒)
トップページ
>
:
モジュール関数
>
:
TypeError
>
:asin!
別のキーワード
_builtin typeerror
sort typeerror
dump typeerror
typeerror _builtin
$@ typeerror
ライブラリ
cmath
(6)
モジュール
CMath
(6)
検索結果
先頭1件
CMath
.
#
asin!(x) -> Float
CMath
.
#
asin!(x) -> Float
(18107.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
モジュール関数
実数 x の逆正弦関数の値をラジアンで返します。Math.#asin のエイリ アスです。
...
弦関数の値をラジアンで返します。Math.#asin のエイリ
アスです。
@param x -1.0 <= x <= 1 の範囲内の実数。
@raise
TypeError
x に数値以外を指定した場合に発生します。
@raise Math::DomainError x に範囲外の実数を指定した場合に発生し
...
CMath