Calculator-for-Matrix-and-A.../nessesary
2022-12-11 16:41:57 +07:00
..
__pycache__ Add parsing the function and fix some var name 2022-12-01 11:24:07 +07:00
parser Implement parse_poly to parse simple polynomial function 2022-12-10 23:48:50 +07:00
fraction.py Add more basic func such as comparative function and negate function. Implement to_fraction that turn int,float into Fraction. Some bugs still exits anyway. 2022-12-11 13:02:30 +07:00
matrix.py readme markdown added 2022-12-11 16:41:57 +07:00
polynomial.py Fix some polynomial can plus,minus with int float and implement quadratic polynomial solver. Some error still exist. Fix and implement to_str function(array to text). 2022-12-11 13:06:55 +07:00