Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
bool to_double(char const * start, double & d)
114
{
115
return ToReal(start, d);
116
}
117
118
UniString MakeLowerCase(UniString s)
119
{
Callers
nothing calls this directly
Calls
1
ToReal
Function · 0.85
Tested by
no test coverage detected