parse

Convert a formatted string of digits to a floating- point number.

  1. NumType parse(const(char[]) src, size_t* ate)
    version(float_dtoa)
    NumType
    parse
    (
    const(char[]) src
    ,
    size_t* ate = null
    )
  2. NumType parse(const(wchar[]) src, size_t* ate)
  3. NumType parse(const(dchar[]) src, size_t* ate)
  4. NumType parse(const(T[]) src, size_t* ate)

Meta