public class CommandlineInterpreter
extends java.lang.Object
String argument, evaluates it and prints out the result.
java de.congrace.exp4j.CommandlineInterpreter "2 * log(2.2223) - ((2-3.221) * 14.232^2)" > 248.91042049521056
| Constructor and Description |
|---|
CommandlineInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |