danfiscus / factorpro

Simple program to help me with my math homework.
4 stars 1 forks source link

I made a number be able to divided by itself and refactored. #9

Closed freeradical777 closed 10 years ago

freeradical777 commented 10 years ago

Also, it now lists all factors of a number so it isn't bound anymore.

And I'm friends with Chris at NHS.

ChristopherKing42 commented 10 years ago

It looks legit Dan. You like it?

danfiscus commented 10 years ago

For math problems where numbers as large as 90000 are used, i would prefer to have the option to only have the first, say, 10 or 15 factors listed instead of all of them. is it possible to let the user enter the number they want listed, and if they enter nothing, it will output factors using your method?