Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Implement mp_format_float for doubles and use where appropriate | stijn | 2015-05-17 |
| | | | | | | | 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. | ||
* | Windows MSVC port | stijn | 2014-05-08 |
Extend the windows port so it compiles with the toolchain from Visual Studio 2013 |