Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
char* DoubleToString(double n, char* buffer)
357
{
358
WriteDoubleToBuffer(n, buffer);
359
return buffer;
360
}
361
362
char* FloatToString(float n, char* buffer)
363
{
Callers
3
NumberToString
Function · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
Calls
1
WriteDoubleToBuffer
Function · 0.85
Tested by
2
TEST
Function · 0.68
TEST_F
Function · 0.68