Skip to content

Commit f749b82

Browse files
author
sailok.chinta
committed
feat: add comments
1 parent 40d7e7a commit f749b82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/com/thealgorithms/maths/QuadraticEquationSolver.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package com.thealgorithms.maths;
22

3-
import java.util.Arrays;
4-
3+
/**
4+
* This class represents a complex number which has real and imaginary part
5+
*/
56
class ComplexNumber {
67
Double real;
78
Double imaginary;

0 commit comments

Comments
 (0)