cerevra / int

38 stars 6 forks source link

Не поддерживается деление отрицательных чисел #3

Closed Imp5 closed 7 years ago

Imp5 commented 7 years ago
int256_t a = -6;
int256_t b = -2;
int256_t c = a / b;
int256_t d = 3;
assert(c == d, "");
cerevra commented 7 years ago

Спасибо Починил

cerevra commented 7 years ago

https://github.com/cerevra/int/commit/07c21950c2768793a0b88b5b0622c44b4f3fc6f4