You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
ArcCot Method
>
clMatrix.ArcCot Method ()
Dew Math for .NET
Example
clMatrix.ArcCot Method ()
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;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home