Trouble using ExpressionConfiguration #336
sfc-gh-sjames
started this conversation in
General
Replies: 1 comment
-
Yes, Was the example with the wrong imports? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use some of your examples to build an ExpressionConfiguration but getting an error. Am I missing an import?
import java.math.;
import com.udojava.evalex.;
.......
ExpressionConfiguration configuration =
ExpressionConfiguration.builder()
.mathContext(new MathContext(32, RoundingMode.HALF_UP))
.build();
error: cannot find symbol ExpressionConfiguration configuration = ExpressionConfiguration.builder() ^ symbol: class ExpressionConfiguration location: class EvalEx /InlineCode.java:17
Beta Was this translation helpful? Give feedback.
All reactions