Thread: How to factor a number of 100 characters into prime factors in 1-2 seconds?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Registered User
    Join Date
    Apr 2013
    Posts
    1,658
    Here is a link to an online factoring program that also includes source code, that finds the the factors for that large number in a fraction of a second.

    Integer factorization calculator

    The online factoring program accepts expressions, such as 2^512 - 1.
    Last edited by rcgldr; 01-06-2021 at 01:48 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Find Prime Factors Of Given NUmber
    By san12345 in forum C Programming
    Replies: 2
    Last Post: 12-03-2015, 02:35 AM
  2. Finding The Biggest Prime Factor Of a Number
    By thedardwhie in forum C Programming
    Replies: 9
    Last Post: 02-11-2015, 12:58 PM
  3. help with prime factor for 12 digit number
    By nick2 in forum C Programming
    Replies: 15
    Last Post: 06-19-2009, 04:39 AM
  4. Calculating prime factor of a huge number.
    By Bakster in forum C Programming
    Replies: 15
    Last Post: 02-20-2009, 12:06 PM
  5. Replies: 3
    Last Post: 03-29-2005, 04:24 PM

Tags for this Thread