バージョン

Cosh(Matrix) メソッド

Matrixx の各要素の双曲余弦と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Cosh( _
   ByVal x As Matrix _
) As Matrix
public static Matrix Cosh( 
   Matrix x
)

パラメータ

x
Matrix。

戻り値の型

y[i] = Cosh(x[i]) である Matrix y。
参照