Implement mod for floats.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 27 Sep 2008 20:52:44 +0000 (13:52 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 27 Sep 2008 20:52:44 +0000 (13:52 -0700)
commit28b719dde7c74a452ea229b030c4fb42b9ebe00d
tree3084b481ac4ed1b89b28bd734b9420aef1ce6f05
parentb0a706e622dbe9bc4d4f6a47d86376cfda369ec8
Implement mod for floats.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Symtab.py
tests/errors/e_modop.pyx [deleted file]
tests/run/fmod.pyx [new file with mode: 0644]