MtxExpr.ArcSin Method

Overload List

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

Overload 1: function ArcSin(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Vector.ArcSin

Overload 2: function ArcSin(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcSin