translate Python float calculations into C doubles
authorStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 00:05:01 +0000 (01:05 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 00:05:01 +0000 (01:05 +0100)
commitb9fc5d9224201b695ef2a75a587f89c26f6b30f0
tree3684a42aa2bfe4feef24c453da3b89b137f3cdfa
parentc7dbcf9a01505a58f1f29eacb2d74ef44db4ee69
translate Python float calculations into C doubles
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/TypeInference.py
tests/run/int_float_builtins_as_casts_T400.pyx
tests/run/type_inference.pyx