Skip to content

Commit 04d9ac2

Browse files
authored
Update Cpx2.java
1 parent 6a64d92 commit 04d9ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ComplexNumbers/src/complexnumbers/Cpx2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* to use certain seemingly useless functions and constants.
1919
*
2020
* @author Math Machine
21-
* @version 1.0.1
21+
* @version 1.0.2
2222
*/
2323
public class Cpx2 extends Cpx {
2424

@@ -324,4 +324,4 @@ private static Complex polygammaReflector(int m, Complex z) {
324324

325325
return reflector; //return the reflector
326326
}
327-
}
327+
}

0 commit comments

Comments
 (0)