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

Function RankToPopulation

libs/indexer/feature_impl.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14uint64_t RankToPopulation(uint8_t r)
15{
16 return static_cast<uint64_t>(std::pow(1.1, r));
17}
18
19} // namespace feature

Callers 1

GetPopulationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected