cerevra / int

38 stars 6 forks source link

Остаток от деления отрицательного на положительное возвращает положительное #4

Closed Imp5 closed 7 years ago

Imp5 commented 7 years ago
int256_t a = -14;
int256_t b = 10;
int256_t c = a % b;
int256_t d = (-14) % 10;
assert(c == d, "");
cerevra commented 7 years ago

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

cerevra commented 7 years ago

https://github.com/cerevra/int/commit/f370833722f1c44071a0ef1571437c942767e6d9