|
|
◆ cmplx_sub()
| void cmplx_sub |
( |
double |
r, |
|
|
double |
i, |
|
|
doublecomplex * |
z |
|
) |
| |
Building complex number
- Purpose
- Builds complex number composed of specified real and imaginary parts. cmplx_sub is the subroutine version of cmplx.
- Parameters
-
| [in] | r | Real part r. |
| [in] | i | Imaginary part i. |
| [out] | z | Complex number r + i(i). |
|