home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03136.TXT < prev    next >
Encoding:
Text File  |  1993-09-13  |  279 b   |  6 lines

  1. A floating constant is made up of a sequence of digits, a decimal
  2. point, and another sequence of digits.  You can omit either the
  3. digits before the decimal or after the decimal, but not both.  You
  4. can follow the digits after the decimal with an "e" and an integer
  5. exponent.
  6.