You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > ArcCot Method > Vector.ArcCot Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.ArcCot Method ()

Inverse cotangens.

Pascal
function ArcCot: TMtxVec; overload;

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

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;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!