Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ FloatToString
Function
FloatToString
IDEHelper/Compiler/CeMachine.cpp:463–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
static int FloatToString(float d, char* outStr)
464
{
465
return ::ToString(d, outStr, false);
466
}
467
468
static int DoubleToString(double d, char* outStr)
469
{
Callers
1
Execute
Method · 0.85
Calls
1
ToString
Function · 0.70
Tested by
no test coverage detected