MtxExpr.ArcSin Method

Overload List

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

Overload 1: Matrix ArcSin(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Vector.ArcSin

Overload 2: Vector ArcSin(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcSin