big: Correct pow bugs from the original.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:51 +02:00
parent d953e40fb3
commit 5f63e3952e
3 changed files with 85 additions and 33 deletions
+3
View File
@@ -60,6 +60,9 @@ Error :: enum byte {
Buffer_Overflow = 6,
Integer_Overflow = 7,
Division_by_Zero = 8,
Math_Domain_Error = 9,
Unimplemented = 127,
};