home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / strtod < prev    next >
Encoding:
Text File  |  1994-09-11  |  333 b   |  15 lines  |  [TEXT/RLAB]

  1. strtod:
  2.  
  3. Synopsis: Convert string to decimal.
  4.  
  5. Syntax:    strtod ( STR )
  6.  
  7. Description:
  8.  
  9.     The strtod functions converts its argument, STR, from string
  10.     class to numeric class. Strtod stands for STRing TO Decimal.
  11.  
  12.     Strtod will return a NaN (Not a Number) if it cannot recognize
  13.     a string, or an element of a string matrix, as a number.
  14.  
  15.