Written in python, this step-wise math solver solves basic mathematical expressions by following BODMAS/PEMDAS rule. One unique feature of this solver is that it supports floating point numbers (decimal numbers) as well and produces accurate step by step solution with description for each steps as well.
- Python 3.x
Run the main.py file and enter the expression when prompted for it.