Version 3.0.3 released yesterday allows you to create a scientific notation tolerant DoubleEvaluator using:
new DoubleEvaluator(DoubleEvaluator.getDefaultParameters(), true)
Please note the scientifc notation is not supported by default because it reduces the evaluator speed by a factor of 2 :-(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A problem in the operator detection leads to this bug.
Should not consider a + as an operator if previous char is E.
Work in progress
Version 3.0.3 released yesterday allows you to create a scientific notation tolerant DoubleEvaluator using:
new DoubleEvaluator(DoubleEvaluator.getDefaultParameters(), true)
Please note the scientifc notation is not supported by default because it reduces the evaluator speed by a factor of 2 :-(