MCPcopy 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

35string const kTestMwm = "test";
36
37double RoughUpToFive(double d)
38{
39 stringstream s;
40 s << setprecision(5) << fixed;
41 s << d;
42 s >> d;
43 return d;
44}
45
46m2::PointD RoughPoint(m2::PointD const & p)
47{

Callers 1

RoughPointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected