You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Cot Method
>
clMatrix.Cot Method ()
Dew Math for .NET
clMatrix.Cot Method ()
clMatrix Structure
clMatrix 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:
clMatrix
; begin a.CopyFromArray(2,2,TSingleArray.Create(1,-2,3,4)); a.Cot;
// Computes complex cotangens
end;
Group
Cot Method
Links
clMatrix Structure
,
clMatrix 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!