MtxExpr::ArcCsch Function

Overload List

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

Overload 1: Vector ArcCsch(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::ArcCsch

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

Overload 2: Matrix ArcCsch(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::ArcCsch

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