Skip to content

Commit 95cae76

Browse files
rozi26vil02
andauthored
Update src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java
Co-authored-by: Piotr Idzik <[email protected]>
1 parent 3495410 commit 95cae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static ComplexNumber pow(ComplexNumber num1, ComplexNumber num2) {
139139
}
140140

141141
/**
142-
* Computes the square root of a complex number.
142+
* Computes the principal square root of a complex number.
143143
*
144144
* @param num the complex number
145145
* @return the square root of num

0 commit comments

Comments
 (0)