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
+2
View File
@@ -0,0 +1,2 @@
bin/bigmath/chain/chain.o: src/bigmath/chain/chain.cpp
src/bigmath/chain/chain.cpp:
Binary file not shown.
+4
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.
+3
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:
Binary file not shown.
+3
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:
Binary file not shown.