最速Rubyリファレンスマニュアル検索!
すべて(108)
2.1.0(13)
2.2.0(13)
2.3.0(13)
2.4.0(13)
2.5.0(13)
2.6.0(13)
2.7.0(5)
3.0(5)
3.1(5)
3.2(5)
3.3(5)
3.4(5)
108件ヒット
[101-108件を表示]
(0.030秒)
トップページ
>
:
param
>
:
モジュール関数
>
:cos
別のキーワード
net/imap param
win32ole win32ole_param
win32ole_param to_s
win32ole_param new
win32ole_param name
ライブラリ
ビルトイン
(48)
bigdecimal
/
math
(12)
cmath
(48)
モジュール
BigMath
(12)
CMath
(48)
Math
(48)
キーワード
acos
(18)
acos!
(6)
acosh
(18)
acosh!
(6)
cos!
(6)
cosh
(18)
cosh!
(6)
検索結果
先頭1件
Math
.
#
cosh(x) -> Float
<<
<
1
2
>>
Math
.
#
cosh(x) -> Float
(6107.0)
2.1.0
2.2.0
2.3.0
2.5.0
2.7.0
3.1
3.2
3.3
モジュール関数
x の双曲線余弦関数(hyperbolic cosine)の値を返します。
...
(hyperbolic
cos
ine)の値を返します。
=== 定義
cos
h(x) = (exp(x) + exp(-x)) / 2
@
param
x 実数
@raise TypeError x に数値以外を指定した場合に発生します。
@raise RangeError x に実数以外の数値を指定した場合に発生します。
@see Math.#a
cos
h
...
Math
<<
<
1
2
>>