home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / REFEXAMP / STRREAL2.PRO < prev    next >
Encoding:
Text File  |  1990-03-26  |  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.