最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.070秒)
トップページ
>
:
ライブラリ
>
:atan
別のキーワード
bigdecimal/math atan
math atan
math atan2
bigmath atan
_builtin atan
検索結果
先頭1件
bigdecimal
/
math
bigdecimal
/
math
(7.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
ライブラリ
BigDecimalを使った数学的な機能を提供します。
...
Decimalを使った数学的な機能を提供します。
以下の計算が行えます。
* sqrt(x, prec)
* sin (x, prec)
* cos (x, prec)
*
atan
(x, prec)
* PI (prec)
* E (prec)
引数:
: x
計算対象の BigDecimal オブジェクト。
: prec
計算結果の精度。
//emli
...
E
PI
atan
cos
sin
sqrt