最速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.023秒)
トップページ
>
:
param
>
:acos!
別のキーワード
net/imap param
win32ole win32ole_param
win32ole_param to_s
win32ole_param name
win32ole_param new
ライブラリ
cmath
(6)
モジュール
CMath
(6)
検索結果
先頭1件
CMath
.
#
acos!(x) -> Float
CMath
.
#
acos!(x) -> Float
(18106.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
モジュール関数
実数 x の逆余弦関数の値をラジアンで返します。Math.#acos のエイリ アスです。
...
実数 x の逆余弦関数の値をラジアンで返します。Math.#acos のエイリ
アスです。
@
param
x -1.0 <= x <= 1 の範囲内の実数
@return 返される値の範囲は [0, +π] です。
@raise TypeError x に数値以外を指定した場合に発生します。
@raise Math
...
CMath