Skip to content

RealTrippR/Java-Expression-Evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a simplified version of a scientific calculator.
It evaluations equations, such as the one below:
((5*(2+5))+6)/2
and prints the result
(20.5)
As of now it only supports the current operations:
addition
subtraction
multiplication
division
exponentiation


other functions, such as arc, sin, cos, and numerical constants such as pi, c, and e may be added in future versions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages