MtxExpr::ArcCoth Function

Overload List

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

Overload 1: Vector ArcCoth(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::ArcCoth

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

Overload 2: Matrix ArcCoth(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::ArcCoth

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