Ever tried working with fractions in Python and wished they behaved like regular numbers? 🤔 Well, I decided to build a Fraction class that supports addition, subtraction, multiplication, and division ...
Celebrate Pi Day with the best fractional approximation of Pi using Python! In this video, I’ll show you how to generate the most accurate rational approximations for Pi, diving into algorithms like ...
In this repository, I publish the Python code of the factorization algorithm designed in my master thesis. This algorithm leverage the properties of continued fractions and quadratic forms. It has as ...