日本語 English
株式会社ヒューリンクス
TEL:03-5642-8384
営業時間:9:00-17:30

cosh

指定した引数の双曲線余弦を返します。

構文

cosh(numbers)

引数 numbers には、スカラーもしくは範囲を指定します。

範囲内に含まれる欠損値や文字列は無視され、文字列や欠損値として返されます。

  • x = cosh(col(2)) は、変数 x に列2 の全てのデータの双曲線余弦を代入します。

関連情報

cosh

This function returns the hyperbolic cosine of the specified argument.

Syntax

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.

Example

The operation x = cosh(col(2)) sets the variable x to be the hyperbolic cosine of all data in column 2.

関連情報