Commit b0270676 authored by Suleman Hussain's avatar Suleman Hussain

fin

parent 1dd073e8
No preview for this file type
No preview for this file type
......@@ -30,7 +30,6 @@ public class AppTest {
assertEquals(0.87520335, a.argument(), 1e-6);
}
@Test
public void testToString() {
/* toString() should return a string like 1.2 + j3.4 where 1.2 is the real part
......@@ -55,6 +54,4 @@ public class AppTest {
assertEquals(19.7, c.real(), 1e-6);
assertEquals(26.4, c.imag(), 1e-6);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment