operator function'=='
Test whether two complex numbers are identical
Information
This function tests whether two given Complex numbers are equal.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number 1 | |
| Complex | c2 | Complex number 2 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | result | c1 == c2 |