init repo

This commit is contained in:
Jan-Niclas Loosen
2025-05-07 10:48:37 +02:00
parent 17875d57cb
commit 719f5816e9
11 changed files with 130 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ from decidable import REAL
from gmpy2 import mpq
# Theorem 3.1 (5)
# Es gibt eine ganze Zahl z ∈ Z und eine entscheidbare Menge A ⊆ N mit x = z + xA, wobei xA := SUMi∈A 2^(i1)
print(REAL.from_rational(mpq(1,3)).as_str(10))
print(REAL.from_rational(mpq(41,5)).as_str(10))