max(a,b,c) will always be greater than or equal to min(a,b,c). What’s the point of
| max(a,b,c) - min(a,b,c)|
Which will always be equal to | max(a,b,c) - min(a,b,c)|
No need of absolute value?
parth-sharma
#1