![]() |
| サイトマップ | |
|
指定した引数の双曲線正弦を返します。
sinh
(numbers)
引数 numbers には、スカラーもしくは範囲を指定します。
他の三角関数同様、User-Defined Transform ダイアログボックスの単位 (Trigonometric Units) に従って、degrees (度)、radians (ラジアン)、または grads (グラジアン) で値を指定することができます。
x = sinh(col(3))
は変数 x に列3のすべてのデータの双曲弦正弦を代入します。
This function returns the hyperbolic sine of the specified argument.
sinh(numbers)
The numbers argument can be a scalar or range.
Like the circular trig functions, this function also accepts numbers in degrees, radians, or grads, depending on the units selected in the User-Defined Transform dialog box.
The operation x = sinh(col(3)) sets the variable x to be the hyperbolic sine of all data in column 3.