home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / NUMBER.PP < prev    next >
Text File  |  1991-11-15  |  168b  |  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.