You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > ArcTan Method > Matrix.ArcTan Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ArcTan Method ()

Inverse tangens.

Syntax
C#
Visual Basic
public TMtxVec ArcTan();

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

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