False
Finds the value in compare that is furthest from target.
compare
target
Returns the index (if index is True), or the value. If there are multiple furthest values in the list, it returns the first one Uses the - operator.
index
Definition at line 62 of file misc.py.