functionnegate
Unary minus (multiply complex number by -1)
Information
This function returns the binary minus of the given Complex number.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c2 | = -c1 |