double remainingFatNeedPerDay(double completedFatPerDay) { return totalFatNeedPerDay - completedFatPerDay; }