  strtod
  Builtin Function



      SSyynnooppssiiss
        String to decimal conversion.

      SSyynnttaaxx
        strtod ( _S_T_R )

      DDeessccrriippttiioonn
        The strtod functions converts its argument, _S_T_R, 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.

















































