Calculates the Chebyshev distance between a and b.
a
b
The first vector.
The second vector.
The Chebyshev distance between the two vectors.
An error if the vectors do not have the same length.
https://en.wikipedia.org/wiki/Chebyshev_distance
Calculates the Chebyshev distance between
a
andb
.