You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
SinCos Method
>
Matrix.SinCos Method (TMtxVec, TMtxVec)
MtxVec VCL
Example
Matrix.SinCos Method (TMtxVec, TMtxVec)
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-2025 by Dew Research. All rights reserved.