beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 425 forks source link

Complex exponentiation #794

Closed martica closed 5 years ago

martica commented 5 years ago

This updates the changes from #753 which was itself an update of #485.

I've merged the existing changes against head, refactored the code to make it more readable and added __rpow__().

PR Checklist: