项目作者: kurosh-wss

项目描述 :
Rational numbers in python with OOP
高级语言: Python
项目地址: git://github.com/kurosh-wss/rational_number.git
创建时间: 2019-07-16T13:43:53Z
项目社区:https://github.com/kurosh-wss/rational_number

开源协议:

下载


rational_number

Rational numbers in python with OOP
This code is made for calculating the four basic arithmetic operators on rational numbers.
However it doesn’t simplify the final fractions (if you can do it please give it a shot).
It might be upgraded in future for more operators (or other stuff).