public void CanDetermineIfImaginaryUnit() { var complex = new Complex(0, 1); Assert.IsTrue(complex.IsImaginaryOne(), "Imaginary unit"); }