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