An implementation of a floating-point binary fractions class and module in Python. Work with binary fractions and binary floats with ease! This module allows one to represent integers, floats and ...
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 ...