static IF1 growFactorXinYDays(double x, double y, valueAtDayZero default 1.0) { ret day -> valueAtDayZero*pow(x, day/y); }