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