abacus/tests/unit
Bruno BELANYI 4e3d53ecd4 abacus: bignum: add division & modulo
Like the C language, the `%` operator is rather the remainder, such that
`(a/b)*b + (a%b) = a`.

I still call it modulo though...
2021-08-22 13:55:12 +02:00
..
bignum.cc abacus: bignum: add division & modulo 2021-08-22 13:55:12 +02:00
meson.build tests: unit: add bignum tests 2021-08-20 22:20:45 +02:00