Skip to content

abdelhadinaimi/Calculator-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-Parser

A calculator parser using the reverse polish expression and a tokenizer, plus an evaluator to calculate the results. It also supports function like sin, cos and more. To calculate the radian of the trigonometrical functions use :

Evaluator.setDeg(true);

To Evaluate an expression use

Evaluator.evaluate(expression);

About

A calculator parser using the reverse polish expression and a tokenizer, plus an evaluator to calculate the results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages