Normalised Difference
A measure of the difference between two values that tends to the absolute difference for small values and the relative difference for large values.
\[
\mathrm{diff}(a,b) = \frac{|a-b|}{1+\min(|a|,|b|)}
\]
where vertical bars represent the absolute value of the term between them.