Question 959852
No, take the difference of the two numbers and then the absolute value of the difference.
Example: The distance between -2 and 5.
{{{D=abs(-2-5)}}}
{{{D=abs(-7)}}}
{{{D=7}}}