mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 11:20:48 +02:00
This allows using (almost) the same code for printing floats everywhere, removes the dependency on sprintf and uses just snprintf and applies an msvc-specific fix for snprintf in a single place so nan/inf are now printed correctly.