Ejemplo n.º 1
0
 public static void PowerSum()
 {
     Assert.That(MathQ.PowerSum(100, 2) == 3);
 }