home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / NUMBER.PP < prev    next >
Encoding:
Text File  |  1991-11-15  |  168 b   |  9 lines

  1. /* 1/12/86 The format of real numbers was changed by the preprocessor. */
  2. /* Note that the . should not start in column 1. */
  3.  .1
  4. 1.1
  5. 1.1e3
  6. 1.1+e-3
  7. 1.1-e3
  8. 1e-5
  9.