Complex.opMod

Calculates z % w. Returns a new number.

  1. Complex opMod(Complex w)
    class Complex
  2. Complex opMod(Float f)

Meta