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

Hyperbolic cotangens.

Pascal
function Coth: TOpenCLMtxVec; overload;

Calculate the hyperbolic cotangens of all caling object elements in-place.

ArcTanh, Coth

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