|
|
◆ Ceq()
| Function Ceq |
( |
A As |
Complex, |
|
|
B As |
Complex |
|
) |
| |
Comparison of complex numbers
- Purpose
- Compares complex numbers to see if they are same.
- Returns
- Boolean
If a = b, True is returned. Otherwise, False is returned.
- Parameters
-
| [in] | A | Complex number a. |
| [in] | B | Complex number b. |
|