|
|
◆ Cadd5()
| Function Cadd5 |
( |
A As |
Complex, |
|
|
B As |
Complex, |
|
|
C As |
Complex, |
|
|
D As |
Complex, |
|
|
E As |
Complex |
|
) |
| |
Addition of five complex numbers
- Purpose
- Adds five complex numbers.
- Returns
- Complex
a + b + c + d.
- Parameters
-
| [in] | A | Complex number a. |
| [in] | B | Complex number b. |
| [in] | C | Complex number c. |
| [in] | D | Complex number d. |
| [in] | E | Complex number e. |
|