bigint icon indicating copy to clipboard operation
bigint copied to clipboard

A lightweight big integer library for c++

Results 62 bigint issues
Sort by recently updated
recently updated
newest added

```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```

Bug

```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```

Bug

```c++ Dodecahedron::Bigint a = 0; Dodecahedron::Bigint b = "0"; if (a < b) printf("Oops.\n"); ```

Bug

```cpp Bigint a("m"); ``` The following code gives a loop.

Bug

```cpp Bigint a("m"); ``` The following code gives a loop.

Bug

```cpp Bigint a("m"); ``` The following code gives a loop.

Bug

- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake

Refactoring

- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake

Refactoring

- Add github action (With dockcross: GCC, Clang...) - Merge PR - Add tests - Update CMake

Refactoring