From 95cae760b480b467bf36d20c294b62141b85000b Mon Sep 17 00:00:00 2001 From: rozi26 <76447029+rozi26@users.noreply.github.com> Date: Tue, 7 May 2024 11:04:11 +0300 Subject: [PATCH] Update src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com> --- src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java b/src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java index eb0e0e5816b..897ccc7a46f 100644 --- a/src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java +++ b/src/main/java/com/thealgorithms/maths/ComplexNumberUtil.java @@ -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