mirror of
https://github.com/danog/PrimeModule-ext.git
synced 2024-11-30 04:19:18 +01:00
Docfixes
This commit is contained in:
parent
90669bb401
commit
9ff67a2819
@ -34,3 +34,4 @@ array(2) {
|
||||
|
||||
As you can see, the factorize function accepts integers and strings as parameter, so that if you're poor and you have only a 32 bit system, you will still be able to provide 64 bit integers as a string.
|
||||
|
||||
The function can throw an \Exception if factorization fails.
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
var_dump(factorize(2189285106422392999));
|
||||
var_dump(factorize("2189285106422392999"));
|
||||
var_dump(factorize(1724114033281923457));
|
||||
//var_dump(factorize("2189285106422392999"));
|
||||
|
Loading…
Reference in New Issue
Block a user