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