You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > SinCos Method > Matrix.SinCos Method (TMtxVec, TMtxVec)
Dew Math for .NET
ContentsIndexHome
Example
var a,s,c: Matrix; begin a.SetIt(1,3,false[0,PIDIV2,PI]); a.Sincos(s,c); // s=[0,1,0], c =[1,0,-1] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.