Skip to content

Commit 592f443

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

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
@@ -107,7 +107,7 @@ public static ComplexNumber exp(ComplexNumber num) {
107107
}
108108

109109
/**
110-
* Computes the natural logarithm of a complex number.
110+
* Computes the principal value of natural logarithm of a complex number.
111111
*
112112
* @param num the complex number
113113
* @return the natural logarithm of num

0 commit comments

Comments
 (0)