ExponentDecimalReal

EBNF

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

Referenced from