double remainingCarbNeedPerDay(double completedCarbPerDay) { return getTotalCarbNeedPerDay() - completedCarbPerDay; }