Skip to content

TheTimeLord/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a work in progress All-In-One Calculator.
It is meant to be able to handle anything from basic arithmetic to solving algrebraic equations and matrix calculations.

DONE:
- EMDAS

TODO:
- Read negative numbers
- operate on ( )

BUGS:
- input string will read multiple '.' in same token
	- ex: ("2.1.4" is one token)
- print_num()
	- when reading "." as a double, it equals 0.0
	- but when printing the double array, it is not supposed to print indices with value 0
		- it does print the index anyway

About

All-in-one Calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published