A simple calculator using arbitrary precision integers
Find a file
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
src abacus: bignum: add division & modulo 2021-08-22 13:55:12 +02:00
tests abacus: bignum: add division & modulo 2021-08-22 13:55:12 +02:00
utils/gdb utils: gdb: add BigNum pretty printer 2021-08-21 01:31:48 +02:00
.clang-format clang-format: format operators more aesthetically 2021-08-21 01:32:18 +02:00
.envrc nix: add direnv integration 2021-08-20 22:20:45 +02:00
.gdbinit gdbinit: register pretty-printers automatically 2021-08-21 01:31:48 +02:00
.gitignore git: ignore generated files 2021-08-20 22:20:45 +02:00
flake.lock nix: setup flake w/ pre-commit 2021-08-20 22:20:45 +02:00
flake.nix nix: setup flake w/ pre-commit 2021-08-20 22:20:45 +02:00
meson.build abacus: bootstrap build system 2021-08-20 22:20:45 +02:00