Skip to content

Commit 5963799

Browse files
committed
Update README.
1 parent 70def3f commit 5963799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,8 @@ use MathPHP\NumberTheory\Integer;
865865

866866
$n = 225;
867867

868-
// Prime factorization
868+
// Prime numbers
869+
$bool = Integer::isPrime($n);
869870
$factors = Integer::primeFactorization($n);
870871

871872
// Divisor function

0 commit comments

Comments
 (0)