MCPcopy Create free account
hub / github.com/comaps/comaps / to_double

Function to_double

libs/base/string_utils.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool to_double(char const * start, double & d)
114{
115 return ToReal(start, d);
116}
117
118UniString MakeLowerCase(UniString s)
119{

Callers

nothing calls this directly

Calls 1

ToRealFunction · 0.85

Tested by

no test coverage detected