Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetEpsilonForLevel
Function
GetEpsilonForLevel
libs/indexer/scales.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
} // namespace
54
55
double GetEpsilonForLevel(int level)
56
{
57
return GetEpsilonImpl(level, 7);
58
}
59
60
double GetEpsilonForSimplify(int level)
61
{
Callers
1
IsGoodForLevel
Function · 0.85
Calls
1
GetEpsilonImpl
Function · 0.85
Tested by
no test coverage detected