managarm / frigg

Lightweight C++ utilities and algorithms for system programming
MIT License
56 stars 20 forks source link

printf: Fix a bug in float printing #74

Closed Qwinci closed 3 weeks ago

Qwinci commented 4 weeks ago

The current code fails for eg. 5.01 printing 5.000000 instead of 5.010000.