Returns the distance between two points.
separation x1 y1 x2 y2 => dist
x1
An integer
y1
x2
y2
dist
A real number
The separation function returns the distance between points ( x1 y1 ) and ( x2 y2 ).
separation