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

Inverse cotangens.

Pascal
function ArcCot: TOpenCLMtxVec; overload;

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

var A,B: clMatrix; begin A.CopyCplxFromArray(2,2,TSingleArray.Create(1,0, 2,0 2,0 4,1)); // 2x2, complex matrix B.ArcCot(A); end;
Examples on GitHub
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!