MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / convertToString

Function convertToString

src/utility.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static std::string convertToString(double num) {
124 std::ostringstream convert;
125 convert << num;
126 return convert.str();
127}
128
129static double roundOff(double n) {
130 double d = n * 100.0;

Callers 1

formatSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected