JuliaMath / JuliaMath/Primes.jl

Factorization of "large" numbers

Open
#159 27 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
108
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Hello,

I'm trying to factor a quite large number 632459103267572196107100983820469021721602147490918660274601
I tried

```julia
using Primes
factor(632459103267572196107100983820469021721602147490918660274601)
```

but its hanging

https://factordb.com/ https://www.alpertron.com.ar/ECM.HTM or https://sagecell.sagemath.org/ return result in a few second.

How to proceed to achieve such quick processing using Julia.

Thanks

PS: seems to be duplicate of #49

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.