Menu

#20 Error for Scientific Notation

closed-fixed
Fathzer
None
Bug
Done
2019-08-16
2019-06-14
Anonymous
No

There is an error for Scientific Notation (with positive sign) such as 3.9317695E+115

Discussion

  • Fathzer

    Fathzer - 2019-06-16

    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

     
  • Fathzer

    Fathzer - 2019-08-16

    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 :-(

     
  • Fathzer

    Fathzer - 2019-08-16
    • status: pending --> closed-fixed
    • Reply: Accepted --> Done
     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.