beeware / batavia

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

Fix issue #733 - pow not working properly for corner cases #734

Closed djmgit closed 6 years ago

djmgit commented 6 years ago

Fixed issue #733. Pow function is now working properly for the case when y=0 and z=1 or -1. Corresponding tests have also been added.

PR Checklist:

djmgit commented 6 years ago

@freakboy3742 please have a look :)