![]() |
| サイトマップ | |
|
指定した引数の双曲線余弦を返します。
cosh
(numbers)
引数 numbers には、スカラーもしくは範囲を指定します。
範囲内に含まれる欠損値や文字列は無視され、文字列や欠損値として返されます。
x = cosh(col(2))
は、変数 x に列2 の全てのデータの双曲線余弦を代入します。
This function returns the hyperbolic cosine of the specified argument.
cosh(numbers)
The numbers argument can be a scalar or range.
Any missing value or text string contained within a range is ignored and returned as the string or missing value.
The operation x = cosh(col(2)) sets the variable x to be the hyperbolic cosine of all data in column 2.