Closed Nielsbishere closed 9 months ago
Currently String_format is used for float parsing. We'd ideally want a better float to string so things like 0.000000 don't happen anymore.
CharString_format is fine. %.3f for example does 123.456
Currently String_format is used for float parsing. We'd ideally want a better float to string so things like 0.000000 don't happen anymore.