Ask Your Question

bmoi's profile - activity

2016-04-15 14:29:53 +0200 received badge  Student (source)
2016-04-15 14:29:30 +0200 asked a question Numerically compare values

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?