MtxExpr.Tan Method

Overload List

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

Overload 1: Matrix Tan(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Tan

Overload 2: Vector Tan(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Tan