specialised implementation for 'float(x) -> C double' to avoid redundant calls of...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 00:26:53 +0000 (01:26 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 00:26:53 +0000 (01:26 +0100)
commitf2b399ced5e4f6b6c1ff785f7f1bffbd29a1db4c
tree0d5abb96cc65f58665b1ccdd9707c2405509eacd
parentb9fc5d9224201b695ef2a75a587f89c26f6b30f0
specialised implementation for 'float(x) -> C double' to avoid redundant calls of float()
Cython/Compiler/Optimize.py