Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
bool to_float(char const * start, float & f)
109
{
110
return ToReal(start, f);
111
}
112
113
bool to_double(char const * start, double & d)
114
{
Callers
nothing calls this directly
Calls
1
ToReal
Function · 0.85
Tested by
no test coverage detected