By: knight5656
Views: 284 | LoveIts: 7
Description: Yeah, that's basically it.
By: scimonster
Views: 119 | LoveIts: 3
Description: Made when I needed a factor calculator for a math question. Can compute large numbers (1234567890) but takes a long time! The rule is, the larger the number, the longer it takes. That is because it uses repeat. Turn on turbo speed to go faster. Sometimes pauses between factors for above reason. ... show more
By: mrswanson
Views: 83 | LoveIts: 4
Description: Here is a simple script to produce Eratosthenes Sieve of Prime Numbers. Challenges to my students (and anyone else who wants to play along!): 1) Make the program more efficient. Hint - check the loops for numbers that might not need to be checked! 2) Use the logic that finds and enters factors i ... show more
By: mathguy
Views: 65 | LoveIts: 2
Description: number keys to enter number c to clear number b for backspace space to find factors a to abort
By: lutzste
Views: 50 | LoveIts: 1
Description: Just another form of the "sieve of Eratosthenes" The primes 2,3,5 are given as trivial. Adding (swiching) 2 or 4 ... to 5: 2 is the highest pair prime, adding pairs to impairs means, we have only a look to impairs (no need to test pairs > 2 to be prime - there isn't one). Swiching a ... show more
By: lutzste
Views: 35 | LoveIts: 2
Description: Finds the prime factors of any No up to 99.999. Uses the Fermat formula from 1643 and the ancient filter of Eratosthenes Comments are bilingual german / english. Because my native language is german, please excuse and correct all literal errors. If you are unlucky and put in a prime number betwee ... show more
By: David_Hellam
Views: 33 | LoveIts: 3
Description: This is one of the variants of the sliding block puzzle that I blogged about a few months ago.
By: undacovabroda45
Views: 30 | LoveIts: 1
Description: Click the green flag to restart. This is a simple factor calculator, something I made a very long time ago but didn't upload for some reason. Don't forget to comment, love it and enjoy!
By: itchyone
Views: 25 | LoveIts: 2
Description: Finds all the factors of any number you want with one sprite and one script.
By: robinp
Views: 22 | LoveIts: 1
Description: Warning, the bigger the number the longer it will take.Download does not work proply online.
By: David_Hellam
Views: 22 | LoveIts: 0
Description: Simple n square script - draws a 100 square quickly - or any other size (takes longer - use turbo mode for best effect) and allows you to shade in number patterns of up to three multiples. The multiple slider sets the width of the block. Set it to 10 for a 100 square. Set it to 4 and press clear fo ... show more
Views: 21 | LoveIts: 1
Description: Pretty much what the title says. One script. Shift clicj green flag for super-scan!
By: allyally42
Views: 16 | LoveIts: 0
Description: The opposite of my Prime Calculator, This will find all the factors of a number, and put them a list in pairs. Anything over 5 digits may take some time. [Square Numbers may have their sqrt appear twice,]
By: ZimFisher
Views: 9 | LoveIts: 0
Description: This program factors numbers into their prime factors. It uses a list of primes and divides the test number by each prime to see if it is divisible. If it is, it puts the prime in the list, divides the test # by that prime, and keeps going. With the amount of primes I have in the (invisible) list, a ... show more
By: mathdude8199
Views: 8 | LoveIts: 0
Description: Find out all the factors a number has
By: SteamerFan
Views: 7 | LoveIts: 0
Description: I made this for a school project about the number 25.
By: aceraschool
Views: 6 | LoveIts: 0
Description: This enables you to quickly find the factors of any number between 4 and 6000. WARNING: Sometimes more factors and factors are the same, sometimes they're not. And ignore the allies standing in the background.
By: candyninja
Views: 6 | LoveIts: 1
Description: This is a tool to find the prime factorization of a number.
By: gfchll
Views: 4 | LoveIts: 0
Description: if you need to find factors of a number,look here!just press space after seeing the factors.if you put a number in and it goes back to the question, it means it cannot be factored easily or is over 100.
