static double doublePercentRatio(double x, double y) { ret doubleRatio(x, y)*100; } ifclass Seconds static double doublePercentRatio(Seconds x, Seconds y) { ret doublePercentRatio(x!, y!); } endif