MCPcopy 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
463static int FloatToString(float d, char* outStr)
464{
465 return ::ToString(d, outStr, false);
466}
467
468static int DoubleToString(double d, char* outStr)
469{

Callers 1

ExecuteMethod · 0.85

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected