Prime factor of 300 000 000 000?

前端 未结 19 752
无人及你
无人及你 2021-01-03 10:23

I need to find out the prime factors of over 300 billion. I have a function that is adding to the list of them...very slowly! It has been running for about an hour now and i

19条回答
  •  难免孤独
    2021-01-03 11:02

    Semi-prime numbers of that size are used for encryption, so I am curious as to what you exactly want to use them for.

    That aside, there currently are not good ways to find the prime factorization of large numbers in a relatively small amount of time.

提交回复
热议问题