MCPcopy Create free account
hub / github.com/DFHack/dfhack / formatFloat

Function formatFloat

library/LuaApi.cpp:1375–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373static string capitalizeStringWords(string s) { return capitalize_string_words(s); }
1374static string formatInt(int64_t num) { return format_number(num); }
1375static string formatFloat(double num) { return format_number(num); }
1376
1377#define WRAP_VERSION_FUNC(name, function) WRAPN(name, DFHack::Version::function)
1378

Callers

nothing calls this directly

Calls 1

format_numberFunction · 0.85

Tested by

no test coverage detected