Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

Better float to string #110

Closed Nielsbishere closed 6 months ago

Nielsbishere commented 1 year 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.

Nielsbishere commented 6 months ago

CharString_format is fine. %.3f for example does 123.456