You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
Cot Method
>
clVector.Cot Method ()
Dew Math for .NET
clVector.Cot Method ()
clVector Structure
clVector Members
Dew.Math Namespace
Cot Method
Example
See Also
Collapse All
Cotangens.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Cot
();
Public
Function
Cot
()
As
TOpenCLMtxVec
Remarks
Calculate the cotangens of all caling object elements in-place.
See Also
Tan
,
ArcCot
Example
var a:
clVector
; begin a.CopyCplxFromArray(TSingleArray.Create(1,-2,3,4)); a.Cot;
// Computes complex cotangens
end;
Group
Cot Method
Links
clVector Structure
,
clVector Members
,
Dew.Math Namespace
,
Cot Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!