home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-11 | 333 b | 15 lines | [TEXT/RLAB] |
- strtod:
-
- Synopsis: Convert string to decimal.
-
- Syntax: strtod ( STR )
-
- Description:
-
- The strtod functions converts its argument, STR, from string
- class to numeric class. Strtod stands for STRing TO Decimal.
-
- Strtod will return a NaN (Not a Number) if it cannot recognize
- a string, or an element of a string matrix, as a number.
-
-