[New-bugs-announce] [issue10925] Document pure Python version of integer-to-float correctly-rounded conversion

Mark Dickinson report at bugs.python.org
Mon Jan 17 14:00:44 CET 2011


New submission from Mark Dickinson <dickinsm at gmail.com>:

It would be helpful (perhaps to developers of alternative implementations) to give a pure Python version of correctly-rounded long-to-float conversion.  Attached is such a version, as a patch to test_long in the release27-maint branch.

----------
assignee: mark.dickinson
files: pure_python_long_to_float.patch
keywords: patch
messages: 126398
nosy: mark.dickinson
priority: normal
severity: normal
status: open
title: Document pure Python version of integer-to-float correctly-rounded conversion
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20423/pure_python_long_to_float.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10925>
_______________________________________


More information about the New-bugs-announce mailing list