You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > ArcCot Method > Vector.ArcCot Method ()
Dew Math for .NET
ContentsIndexHome
Example
var A,B: Vector; begin A.SetIt(2,2,True,[1,0, 2,0 2,0 4,1]); // 2x2, complex matrix B.ArcCot(A); //or B := ArcCot(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.