Skip to content

apmfree78/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Calculator - Built with React and Bootstrap

Does all standard calculations with floating point numbers (returns result rounded to 2 decimal points). Also does exponents (i.e. 2^2 = 4), plus sin and cos.

Uses Advanced Regex plus Recursion to Parse Nested Brakets

Goes way further than your standard calculator by allowing brakets. Not just brakets but you can even do nested brakets. Try 1+(1+(1+(1+1))) and see what you get . :)

Each formula Calculated Listed Below and saved to LocalStorage

Upon calculation is saved below in an 'Equation' list. If you refresh the page you'll see this list is saved (to LocalStorage).

Hit the 'x' to remove an equation from the list.

Releases

No releases published

Packages

No packages published