MtxExpr.Tan Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Tan

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Tan