mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
big: Special case gcd(0,0) + lcm(0,0).
This commit is contained in:
@@ -432,10 +432,14 @@ TESTS = {
|
||||
test_gcd: [
|
||||
[ 123, 25, ],
|
||||
[ 125, 25, ],
|
||||
[ 125, 0, ],
|
||||
[ 0, 0, ],
|
||||
],
|
||||
test_lcm: [
|
||||
[ 123, 25, ],
|
||||
[ 125, 25, ],
|
||||
[ 125, 0, ],
|
||||
[ 0, 0, ],
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user