Calculate the percentage increase or decrease between two numbers.
This is the formula used to calculate the percentage change: ((v2 - v1) / v1) * 100 = percentage change.