MCPcopy Create free account
hub / github.com/chen3feng/toft / DoubleToString

Function DoubleToString

base/string/number.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356char* DoubleToString(double n, char* buffer)
357{
358 WriteDoubleToBuffer(n, buffer);
359 return buffer;
360}
361
362char* FloatToString(float n, char* buffer)
363{

Callers 3

NumberToStringFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

WriteDoubleToBufferFunction · 0.85

Tested by 2

TESTFunction · 0.68
TEST_FFunction · 0.68