reduce the chance of rounding errors on int->float coercion
authorStefan Behnel <scoder@users.berlios.de>
Tue, 29 Mar 2011 06:55:10 +0000 (08:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 29 Mar 2011 06:55:10 +0000 (08:55 +0200)
commit09d92f6f6da06e4e91c2487a8adb6518f18a4d12
treeb124f8d53e4c86c3cf8c790efe7005b45530432e
parent56f8819bd70c36964e138d7a87a577d828760765
reduce the chance of rounding errors on int->float coercion
Cython/Compiler/ExprNodes.py