initial upload

This commit is contained in:
2026-02-26 12:12:11 -06:00
parent 9a7147887a
commit 2132185afb
22 changed files with 373 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bin/bigmath/chain/chain.o: src/bigmath/chain/chain.cpp
src/bigmath/chain/chain.cpp:

BIN
bin/bigmath/chain/chain.o Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
bin/bigmath/chain/operations.o: src/bigmath/chain/operations.cpp \
src/bigmath/chain/operations.hpp
src/bigmath/chain/operations.cpp:
src/bigmath/chain/operations.hpp:

Binary file not shown.

View File

@@ -0,0 +1,3 @@
bin/bigmath/chain/segment.o: src/bigmath/chain/segment.cpp src/bigmath/chain/segment.hpp
src/bigmath/chain/segment.cpp:
src/bigmath/chain/segment.hpp:

BIN
bin/bigmath/chain/segment.o Normal file

Binary file not shown.

3
bin/bigmath/chain/util.d Normal file
View File

@@ -0,0 +1,3 @@
bin/bigmath/chain/util.o: src/bigmath/chain/util.cpp src/bigmath/chain/util.hpp
src/bigmath/chain/util.cpp:
src/bigmath/chain/util.hpp:

BIN
bin/bigmath/chain/util.o Normal file

Binary file not shown.