You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a algorithm to factor a number using continue fraction. Code is written in python 3.
Modify n to change input
Dealing with even number. Reduce 2's to get new n. Remember how many 2's have been reduced, then later cross multiply them back to the reduced solutions.
About
This is a algorithm to factor a number using continue fraction. Code is written in python 3.