You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record > public > ArcTan Method > clMatrix.ArcTan Method ()
MtxVec VCL
ContentsIndex
Example
var A,B: clMatrix; begin A.CopyCplxFromArray(2,2,TSingleArray.Create(1,0, 2,0 2,0 4,1)); // 2x2, complex matrix B.ArcTan(A); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.