sbool ai_checkNumberCalculationFunction1(S f, L numbers, double result) { pcall { double out = toDouble(ai_callNumberCalculationFunction(f, numbers)); if (out == result) true; print("fail: " + out + " / " + result); } false; }