Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
static std::string convertToString(double num) {
124
std::ostringstream convert;
125
convert << num;
126
return convert.str();
127
}
128
129
static double roundOff(double n) {
130
double d = n * 100.0;
Callers
1
formatSize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected