ExprK
ExprK copied to clipboard
A simple mathematical expression evaluator for Kotlin and Java, written in Kotlin.
Hi, How to import this library with gradle for my android project ?
It should be possible to obtain and configure an `Evaluator` separately from `Expressions`, so different functions/constants/etc. can be configured. (This will also require `Expr` and its various subclasses, probably `Parser`,...
First of all, thanks for your code. I found a bug, and would like to report it It's about exponential(^) operation between two bigDecimal number. I think that a calculation...