You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
能否支持对科学计数法标识的数字进行支持
QLCompileException: 编译异常: expression=1.0+(7.047669E-4-0.0)*(1.095-1.0)/(0.011-0.0)
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.(BigDecimal.java:603)
at java.math.BigDecimal.(BigDecimal.java:387)
at java.math.BigDecimal.(BigDecimal.java:813)
at com.ql.util.express.parse.ExpressParse.transferWord2ExpressNode(ExpressParse.java:163)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:364)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:358)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:331)
at com.ql.util.express.ExpressRunner.parseInstructionSet(ExpressRunner.java:688)
The text was updated successfully, but these errors were encountered:
能否支持对科学计数法标识的数字进行支持
QLCompileException: 编译异常: expression=1.0+(7.047669E-4-0.0)*(1.095-1.0)/(0.011-0.0)
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.(BigDecimal.java:603)
at java.math.BigDecimal.(BigDecimal.java:387)
at java.math.BigDecimal.(BigDecimal.java:813)
at com.ql.util.express.parse.ExpressParse.transferWord2ExpressNode(ExpressParse.java:163)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:364)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:358)
at com.ql.util.express.parse.ExpressParse.parse(ExpressParse.java:331)
at com.ql.util.express.ExpressRunner.parseInstructionSet(ExpressRunner.java:688)
The text was updated successfully, but these errors were encountered: