Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RoughUpToFive
Function
RoughUpToFive
tools/openlr/openlr_tests/decoded_path_test.cpp:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
string const kTestMwm =
"test"
;
36
37
double RoughUpToFive(double d)
38
{
39
stringstream s;
40
s << setprecision(5) << fixed;
41
s << d;
42
s >> d;
43
return d;
44
}
45
46
m2::PointD RoughPoint(m2::PointD const & p)
47
{
Callers
1
RoughPoint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected