Fix pow(float, -) for MSVC.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 22 Sep 2010 08:40:45 +0000 (01:40 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 22 Sep 2010 08:40:45 +0000 (01:40 -0700)
commit348974c84401eccb35020c5ecec61d4863070004
tree8aa7b4d1fb907a992839d13a10df642a3aa64e22
parent552b69942342828b964e8765478821a9e289537d
Fix pow(float, -) for MSVC.
Cython/Compiler/ExprNodes.py