- `ZC = conj (Z)`

Devuelve el conjugado complejo de `Z`.

El conjugado complejo se define por `%conj (Z)' = X - IY%`.

Véase también: `real`, `imag`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/conj.html
- https://octave.sourceforge.io/octave/function/conj.html
- https://mathworld.wolfram.com/ComplexConjugate.html
- https://es.wikipedia.org/wiki/Conjugado_(matem%C3%A1tica)
