bigint
bigint copied to clipboard
A lightweight big integer library for c++
```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```
```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```
```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```
- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake
- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake
- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake