MtxExpr.ArcCsc Method

Overload List

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

Overload 1: Matrix ArcCsc(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcCsc

Overload 2: Vector ArcCsc(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcCsc