https://github.com/expr4j/expr4j-bigdecimal
BigDecimal implementation for Expr4j library
https://github.com/expr4j/expr4j-bigdecimal
expression-evaluator java shunting-yard shunting-yard-algorithm
Last synced: 11 months ago
JSON representation
BigDecimal implementation for Expr4j library
- Host: GitHub
- URL: https://github.com/expr4j/expr4j-bigdecimal
- Owner: expr4j
- License: apache-2.0
- Created: 2023-08-25T20:53:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T08:18:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:21:17.444Z (about 1 year ago)
- Topics: expression-evaluator, java, shunting-yard, shunting-yard-algorithm
- Language: Java
- Homepage: https://expr4j.pratanumandal.in/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigDecimal Implementation for Expr4j

This is a Java library providing BigDecimal datatype implementation for [Expr4j](https://github.com/expr4j/expr4j) library.
## Dependency Management
### Maven
```xml
in.pratanumandal
expr4j-bigdecimal
1.0
```
### Gradle
```gradle
dependencies {
implementation 'in.pratanumandal:expr4j-bigdecimal:1.0'
}
```