mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 11:49:02 -06:00
newline
This commit is contained in:
parent
7fa547c307
commit
dd96db170e
@ -368,6 +368,7 @@ function bigint.add(big1, big2)
|
|||||||
|
|
||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
function bigint.subtract(big1, big2)
|
function bigint.subtract(big1, big2)
|
||||||
-- Type checking is done by bigint.compare in bigint.add
|
-- Type checking is done by bigint.compare in bigint.add
|
||||||
-- Subtracting is like adding a negative
|
-- Subtracting is like adding a negative
|
||||||
|
Loading…
Reference in New Issue
Block a user