Complex (gb.complex)

This class implements complex numbers.

Moreover, that class supports the following arithmetic operators and functions: +, -, *, /, ^, =, <>, Abs.

The absolute value of a complex number is its modulus.

Этот класс создаваемый.

Этот класс может быть использован как статическая функция.

Статические методы
Polar   Create a new complex number from its modulus and argument.

Свойства
Imag   Return or set the imaginary part of the number.
Real   Return of set the real part of the number.

Методы
Abs2   Return the square of the complex number absolute value.
Arg   Return the complex number argument.
Conj   Return the conjugate of the number as a new complex number.
Copy   Return a copy of the complex number.
Inv   Return the inverse of the complex number.
ToString   Convert a complex number to a string.