static double percentIncrease(double a, double b) { ret (doubleRatio(a, b)-1)*100; }