- std::to_string(double) converts double to precision 6, eg 1 to "1.000000" - stringstream conversion from double to string will keep minimal number of decimals (eg, it will trim zeros), eg 1 to "1", 1.2 to "1.2" |
||
|---|---|---|
| .. | ||
| include/graphene/wallet | ||
| api_documentation_standin.cpp | ||
| CMakeLists.txt | ||
| Doxyfile.in | ||
| generate_api_documentation.pl | ||
| wallet.cpp | ||