Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 322 Bytes

Readme.md

File metadata and controls

19 lines (14 loc) · 322 Bytes

Equation solver

Simple literal expression reducer and renderer.

Description

Work with addition, substraction and multiplication.

2x+5x +2+ x+xxx - 29 + 3t
Will return
-27 + 8x + x^3 + 3t

Getting Started

Dependencies

pip install -r requirements.txt