We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1869ec commit f312cdbCopy full SHA for f312cdb
src/main/java/com/thealgorithms/maths/Factorial.java
@@ -22,5 +22,4 @@ public static BigInteger factorial(int n) {
22
}
23
return factorial;
24
25
-}
26
-// now can canculate the factorial of large numbers without worrying about overflow, as BigInteger can handle arbitrarily large integers.
+}
0 commit comments