conj

Complex conjugate

conj(x + iy) = x - iy

Note that z * conj(z) = z.re2 + z.im2 is always a real number

  1. creal conj(creal z)
    creal
    conj
    (
    creal z
    )
  2. ireal conj(ireal y)

Meta