functionconj
Conjugate of complex number
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function returns the Complex conjugate of the Complex input.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c2 | = c1.re - j*c1.im |