Best way to compare (approximately) two real numbers

76 views Asked by At

I am new with Python but I need to code in it for my thesis. So basically I've created a new set of numbers and I want to prove that it is computable (at least subset of it). However, now I am still building some definitions on real numbers as my new set is based on it. My question is, how can I compare (which one is the greater one) two real numbers in Python? I know that generally comparing two real numbers are not computable. But I am sure there is a way to do kind of approximation, right? Any ideas? Cheers!

0

There are 0 answers