Hexadecimal-Floating-Point-Literal:


      Hexadecimal-Literal Float-Radix
    Hexadecimal-Literal:
      Decimal-Digit
      Hexadecimal-Literal Decimal-Digit
      Hexadecimal-Literal Hexadecimal-Digit
    Decimal-Digit: one of:
      0 1 2 3 4 5 6 7 8 9
    Hexadecimal-Digit: one of:
      a b c d e f
      A B C D E F
    Float-Radix:
      r
      R


    [Back] [Next]