in reply to Re: Finding the max()/min()
in thread Finding the max()/min()
abs(x) can be implemented mathematically as sqrt(x**2). Or it can be implemented at the memory management level by just dropping the bit that carries the negative sign. So it's not necessarily a hidden comparison.