opshin
opshin copied to clipboard
Fractions functionality issue #395
Targetting issue #395. Dunder methods for all Fractions functions. The Fraction functions are still there, I don't know if you want to temporarily keep them for backwards compatibility or to be replaced entirely with dunder methods.
Also created Fraction.norm
and Fraction.ceil
class methods which could replace ceil_fraction
and norm_fraction
.