static double calculatePercentOff(double a, double b) { ret percentRatio(a-b, a); }