Skip to content

JavaMathParser can evaluate mathematic expression with this operators: "+", "-", "*", "/", "^". Priorities of the operations can be configured by "(" and ")".

Notifications You must be signed in to change notification settings

BohdanPetryshyn/JavaMathParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

JavaMathParser

JavaMathParser can evaluate mathematic expression with this operators: "+", "-", "*", "/", "^". Priorities of the operations can be configured by "(" and ")".

To evaluate your expression, call "public static double evaluate(@NotNull String expression)" from MathParser class.

Example of evaluate method usage you can find in Main.java.

About

JavaMathParser can evaluate mathematic expression with this operators: "+", "-", "*", "/", "^". Priorities of the operations can be configured by "(" and ")".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages