bc12eca461
Prior to this patch the %f formatting of some FP values could be off by up to 1, eg '%.0f' % 123 would return "122" (unix x64). Depending on the FP precision (single vs double) certain numbers would format correctly, but others wolud not. This patch should fix all cases of rounding for %f. |
||
---|---|---|
.. | ||
extra_coverage.py | ||
extra_coverage.py.exp | ||
ffi_callback.py | ||
ffi_callback.py.exp | ||
ffi_float2.py | ||
ffi_float2.py.exp | ||
ffi_float.py | ||
ffi_float.py.exp |