I was wondering whether there is a way to numerically compare values. I don't want to use ==
due to the limited precision of floating point arithmetic. There are some possible solutions, for example here:
http: // floating-point-gui.de/errors/comparison/
My question is, is something like this already implemented in sage?