Skip to content

shivamsingha/mathexpsolver1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Step by Step Math Solver

Math expression solver (solution with steps)

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.

Prerequisites

  • Python 3.x

Usage

Run the main.py file and enter the expression when prompted for it.

About

Math expression solver (with steps) BODMAS/PEMDAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages