replace itrunc(Uint8, 1234) => mod(1234, Uint8), etc. [fix #8646] #8648
replace itrunc(Uint8, 1234) => mod(1234, Uint8), etc. [fix #8646]
d5555cf7
jiahao
force-pushed the
master
branch
from
6c7c7e39
to
1a4c02f4
11 years ago
itrunc => mod: a few more integer modulus methods.
2ee9c158
integer trunction: use `n % T` instead of `mod(n, T)`.
5cdfd216
fix inadvertently introduced type-change in `Uint128 * Uint128`.
51b6e037
JeffBezanson
deleted the sk/modpocalypse branch 11 years ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub