When comparing two quantities, say $x_1, x_2$ or something casually, I frequently use the phrase "they're within X%" but I use it rather loosely because mathematically, to compute the percentage difference it depends on whether you use $x_1, x_2$ as the reference.
e.g., suppose $x_1=90, x_2=100$, the absolute percentage difference is either $$ \frac{10}{100} $$ or $$ \frac{10}{90} $$
If I was asked "check if $x_1, x_2$ are within $10\%$", is there some idiomatic interpretation for this? I think I would naturally want to choose the interpretation with the larger denominator (hence smaller percent differential).