Decimal-Floating-Point-Literal:


      Significand-Part
      Significand-Part Exponent-Part
    Significand-Part:
      Digit-Sequence . Digit-Sequence
      Digit-Sequence .
    Exponent-Part:
      E-Character Digit-Sequence
      E-Character Sign Digit-Sequence
    E-Character:
      e
      E
    Sign:
      -


    • Digit-Sequence:
      Digit
      Digit-Sequence Digit
    Digit: one of:
      0 1 2 3 4 5 6 7 8 9


    [Back] [Next]