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

Function to_float

libs/base/string_utils.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool to_float(char const * start, float & f)
109{
110 return ToReal(start, f);
111}
112
113bool to_double(char const * start, double & d)
114{

Callers

nothing calls this directly

Calls 1

ToRealFunction · 0.85

Tested by

no test coverage detected