This commit is contained in:
Ishaan Bhardwaj 2021-09-21 18:01:36 -04:00
parent 7fa547c307
commit dd96db170e

View File

@ -368,6 +368,7 @@ function bigint.add(big1, big2)
return result
end
function bigint.subtract(big1, big2)
-- Type checking is done by bigint.compare in bigint.add
-- Subtracting is like adding a negative