Skip to content

Commit

Permalink
Update src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
  • Loading branch information
rozi26 and vil02 committed May 7, 2024
1 parent 3495410 commit 95cae76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static ComplexNumber pow(ComplexNumber num1, ComplexNumber num2) {
}

/**
* Computes the square root of a complex number.
* Computes the principal square root of a complex number.
*
* @param num the complex number
* @return the square root of num
Expand Down

0 comments on commit 95cae76

Please sign in to comment.