init repo
This commit is contained in:
Binary file not shown.
@@ -3,6 +3,7 @@ from dedekint import REAL
|
||||
from gmpy2 import mpq
|
||||
|
||||
# Theorem 3.1 (4)
|
||||
# Die Menge {q ∈ Q | q < x} ist eine entscheidbare Menge rationaler Zahlen (Dedekind’scher Schnitt)
|
||||
|
||||
def sqrt_two(q):
|
||||
if q <= 0 or q * q < 2: return True
|
||||
|
Reference in New Issue
Block a user