abacus/src
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 abacus: bignum: add division & modulo 2021-08-22 13:55:12 +02:00
parse abacus: add parse library 2021-08-20 22:20:45 +02:00
abacus.cc abacus: bootstrap build system 2021-08-20 22:20:45 +02:00
meson.build abacus: add initial bignum library 2021-08-20 22:20:45 +02:00