Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assassment 1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
suleman.hussain
assassment 1
Commits
b0270676
Commit
b0270676
authored
May 15, 2022
by
Suleman Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fin
parent
1dd073e8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
AppTest.class
bin/AppTest.class
+0
-0
Complex.class
bin/Complex.class
+0
-0
AppTest.java
src/AppTest.java
+0
-3
No files found.
bin/AppTest.class
View file @
b0270676
No preview for this file type
bin/Complex.class
View file @
b0270676
No preview for this file type
src/AppTest.java
View file @
b0270676
...
...
@@ -30,7 +30,6 @@ public class AppTest {
assertEquals
(
0.87520335
,
a
.
argument
(),
1
e
-
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
(),
1
e
-
6
);
assertEquals
(
26.4
,
c
.
imag
(),
1
e
-
6
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment