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

Inverse tangens.

Pascal
function ArcTan: TOpenCLMtxVec; overload;

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

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