Skip to content

A simple Java parser for mathematical expressions using BigDecimal.

License

Notifications You must be signed in to change notification settings

DanielGronau/bdparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The bdparser library provides an easy to use parser for mathematical formulas. It uses BigDecimal values in order
to avoid precision problems of double. It supports constants, operations and functions, which can be easily added.
A functions may take a varying number of arguments, e.g. the built-in min function supports 1..inf arguments.
Operator precedence is respected, and there is a special handling for unary + and -.

This library is based on code written by Benjamin "Beni" Sigg.


About

A simple Java parser for mathematical expressions using BigDecimal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages