Warning: session_start(): open(/var/lib/php/sessions/sess_87ba4liorhump7n23uvkqkjosp, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static ItIt geometricIterator(double a, double b, double factor) {
assertTrue("factor > 1", factor > 0);
ret new ItIT() {
double i = a;
public bool hasNext() { ret i < b; }
public Double next() { var j = i; i *= step; ret j; }
};
}
static ItIt countIterator_exclusive_step(double a, double b, double step, IF1 f) {
ret mapI_if1(f, countIterator_exclusive_step(a, b, step));
}