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
There is a shortcoming in EBNFUnitFormat (and likely also LocalUnitFormat) that the exponent handling in UnitFormatParser.exponentExpr() mistakes that unit symbol for the EXPONENT character "e" in expressions like 3E1, etc.
There is a shortcoming in
EBNFUnitFormat(and likely alsoLocalUnitFormat) that the exponent handling inUnitFormatParser.exponentExpr()mistakes that unit symbol for theEXPONENTcharacter "e" in expressions like3E1, etc.