-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Java parser for mathematical expressions using BigDecimal.
License
DanielGronau/bdparser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published