"Scott David Daniels" <[email protected]> writes: > To avoid using epsilon, do something like: > if 1 + abs(x) != 1:
An OK effort, but you're wrong. That's not how to do it at all. -- http://mail.python.org/mailman/listinfo/python-list
"Scott David Daniels" <[email protected]> writes: > To avoid using epsilon, do something like: > if 1 + abs(x) != 1:
An OK effort, but you're wrong. That's not how to do it at all. -- http://mail.python.org/mailman/listinfo/python-list