home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / STRREAL2.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  222 b   |  8 lines

  1. %====================== str_real/2            ===============================
  2. Goal: str_real("23456789079856",REAL)
  3. REAL=2.345678908E+13
  4. 1 Solution
  5. Goal: str_real(STR,-123234.453E-99)
  6. STR=-1.23234453E-94
  7. 1 Solution
  8.