<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class COMPLEX > Complex.Div() |
Divide two complex numbers. The result is again a complex number.
Quotient = Complex1.Div(Complex2)
Complex1 |
COMPLEX |
First of the two complex numbers to divide. |
Complex2 |
COMPLEX |
Second of the two complex numbers to divide. |
Quotient |
COMPLEX |
Quotient of Complex1 and Complex2. |