functionsubtract
Subtract two complex numbers
Information
This function returns the difference of two given Complex numbers.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number 1 | |
| Complex | c2 | Complex number 2 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c3 | = c1 - c2 |