- _atodbl
int _atodbl(double* value, char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _atoflt
int _atoflt(float* value, char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ld_sprint
size_t ld_sprint(char* str, int fmt, longdouble x)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- strtod
double strtod(const(char)* p, char** endp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strtof
float strtof(const(char)* p, char** endp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strtold
real strtold(const(char)* p, char** endp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strtold_dm
longdouble strtold_dm(const(char)* p, char** endp)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.