4.6.2. CompMath Unit Overloaded Operators
Table of Contents
4.7. CPL - Control panel extension DLL definitions unit
- 4.6.3. -
Table of Contents
4. Standard Units
4.6. CompMath - Complex number manipulation Unit
4.6.3. CompMath Unit Overloaded Fuctions
4.6.3. CompMath Unit Overloaded Fuctions
Targets: MS-DOS, OS/2, Win32
CompMath Unit
The CompMath unit defines the following functions:
function
Abs(
const
a: Complex): CReal;
function
ArcCos(
const
a: Complex): Complex;
function
ArcCosH(
const
a: Complex): Complex;
function
ArcSin(
const
a: Complex): Complex;
function
ArcSinH(
const
a: Complex): Complex;
function
ArcTan(
const
a: Complex): Complex;
function
ArcTanH(
const
a: Complex): Complex;
function
Arg(
const
a: Complex): CReal;
function
Conj(
const
z: Complex): Complex
function
Cos(
const
a: Complex): Complex;
function
CosH(
const
a: Complex): Complex;
function
Cotan(
const
a: Complex): Complex;
function
CotanH(
const
a: Complex): Complex;
function
Exp(
const
a: Complex): Complex;
function
Ln(
const
a: Complex): Complex;
function
Polar(
const
rho: CReal;
const
theta: CReal): Complex;
function
Power(
const
a: Complex;
const
b: CReal): Complex;
function
Power(
const
a: CReal;
const
b: Complex): Complex;
function
Power(
const
a: Complex;
const
b: Complex): Complex;
function
Sin(
const
a: Complex): Complex;
function
SinH(
const
a: Complex): Complex;
function
Sqr(
const
a: Complex): Complex;
function
Sqrt(
const
a: Complex): Complex;
function
Tan(
const
a: Complex): Complex;
function
TanH(
const
a: Complex): Complex;
4.6.2. CompMath Unit Overloaded Operators
Table of Contents
4.7. CPL - Control panel extension DLL definitions unit
- 4.6.3. -