MCPcopy Create free account
hub / github.com/beefytech/Beef / DoubleToString

Function DoubleToString

IDEHelper/Compiler/CeMachine.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static int DoubleToString(double d, char* outStr)
469{
470 return ::ToString(d, outStr, false);
471}
472
473//////////////////////////////////////////////////////////////////////////
474

Callers 1

ExecuteMethod · 0.85

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected