ExponentDecimalReal

EBNF

ExponentDecimalReal = ({ Digit }- | ({ Digit }-, '.', { Digit }-) | ('.', { Digit }-)), (E), ['-'], { Digit }- ;
Digit = ZeroDigit
      | NonZeroDigit
      ;

Referenced from