inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
108 stars 25 forks source link

Added `__invert__` in `Expression` #30

Closed redrossa closed 3 years ago

redrossa commented 3 years ago

Just a minor edit for overriding (~) in Expression with the method name __invert__ for later Python versions.

inducer commented 3 years ago

Thanks for the suggestion!