MtxExpr::Coth Function

Overload List

#SignatureDescription
1Vector Coth(TVec *X);Compute the Coth function from the source and return the result.
2Matrix Coth(TMtx *X);Compute the Coth function from the source and return the result.

Overload 1: Vector Coth(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Coth

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix Coth(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Coth

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler