Timeline for Efficient prime factorization for large numbers
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 14, 2014 at 15:43 | history | edited | DanaJ | CC BY-SA 3.0 | Had copied function name from OP, reliazed name was quite awkward. Changed to getFactors. |
| Oct 14, 2014 at 15:18 | history | edited | DanaJ | CC BY-SA 3.0 | Change "skipping" to "alternating" to make a little more clear. Calc limit after divs by 2 and 3. |
| Oct 14, 2014 at 15:10 | history | edited | DanaJ | CC BY-SA 3.0 | Left out the initial division of 2 and 3 from example code. Added vec return as well. Add mention of primality test. |
| Oct 14, 2014 at 14:59 | history | answered | DanaJ | CC BY-SA 3.0 |