MtxExpr.Cosh Method

Overload List

#SignatureDescription
1function Cosh(const X: TMtx): Matrix;Result = the Cosh function from the source and return the result
2function Cosh(const X: TVec): Vector;Result = the Cosh function from the source and return the result

Overload 1: function Cosh(const X: TMtx): Matrix;

Compute the Cosh function from the source and return the result.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Cosh

Overload 2: function Cosh(const X: TVec): Vector;

Compute the Cosh function from the source and return the result.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Cosh