Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetPopulationByRadius
Function
GetPopulationByRadius
libs/indexer/ftypes_matcher.cpp:981–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
979
}
980
981
uint64_t GetPopulationByRadius(double r)
982
{
983
return std::lround(pow(r / 550.0, 3.6));
984
}
985
986
} // namespace ftypes
Callers
1
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected