kuroko/test/testNumericInverse.krk
2023-02-09 10:48:37 +09:00

10 lines
153 B
Python

# I have no idea how this broke.
let a = 925932958390268329583925832891583215321
let b = -a
assert a + b == 0
assert b + a == 0
assert a - b == a * 2