You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > ArcTan Method > TMtxVec.ArcTan Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.ArcTan Method ()

Inverse tangens.

Pascal
function ArcTan: TMtxVec; overload;

Calculate the inverse tangens for all calling object elements in-place. The return values are expressed in radians.

var A,B: TMtx; begin CreateIt(A,B); A.SetIt(2,2,True,[1,0, 2,0 2,0 4,1]); // 2x2, complex matrix B.ArcTan(A); FreeIt(A,B); end;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!