![]() |
| サイトマップ | |
|
指定した引数の双曲線正接を返します。
tanh
(numbers)
引数 numbers には、スカラーもしくは範囲を指定します。
x = tanh(col(3))
は変数 x に列 3 のすべてのデータの双曲線正接を代入します。
This function returns the hyperbolic tangent of the specified argument.
tanh(numbers)
The numbers argument can be a scalar or range.
The operation x = tanh(col(3)) sets the variable x to be the hyperbolic tangent of all data in column 3.