最速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.058秒)
トップページ
>
:
モジュール関数
>
:
TypeError
>
:atan2!
別のキーワード
bigdecimal/math atan
math atan2
math atan
_builtin atan2
_builtin atan
ライブラリ
cmath
(6)
モジュール
CMath
(6)
検索結果
先頭1件
CMath
.
#
atan2!(y
,
x) -> Float
CMath
.
#
atan2!(y
,
x) -> Float
(18107.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
モジュール関数
実数 y / x の逆正接関数の値を返します。Math.#atan2 のエイリアスで す。
...
Math.#atan2 のエイリアスで
す。
@param y 実数。
@param x 実数。
@return 返される値の範囲は [-π, π] です。
@raise
TypeError
引数のどちらかに数値以外を指定した場合に発生します。
@raise RangeError 引数のどちらかに数値以外を指定
...
CMath