I'm not entirely sure this is SO-appropriate, but I'll give it a bash anyway. Let me know with your votes. The fundamental equation of weight loss/gain is: I'm going on a health kick, and like a good nerd I thought I'd start keeping track of these things and write some software to process my data. I'm not attentive and disciplined enough to count calories in food, so I thought I'd work backwards: That way I can generate an approximate "calories consumed" graph based on my exercise and weight records, and use that to motivate myself when I'm tempted to have a donut. The thing I'm stuck on is the function: Anybody know the pseudo-code for that function? If you've got some details, make sure you specify if we're talking calories, Calories, kilojoules, pounds, kilograms, etc. Thanks! weight_change = convert_to_weight_diff(calories_consumed - calories_burnt);
int convert_to_weight_diff(int calorie_diff);
|
2 | seems like it's appropriate after all | ||
|
|
||||
|
1 |
|
||
Convert calories to weightI'm not entirely sure this is SO-appropriate, but I'll give it a bash anyway. Let me know with your votes. The fundamental equation of weight loss/gain is:
I'm going on a health kick, and like a good nerd I thought I'd start keeping track of these things and write some software to process my data. I'm not attentive and disciplined enough to count calories in food, so I thought I'd work backwards:
That way I can generate an approximate "calories consumed" graph based on my exercise and weight records, and use that to motivate myself when I'm tempted to have a donut. The thing I'm stuck on is the function:
Anybody know the pseudo-code for that function? If you've got some details, make sure you specify if we're talking calories, Calories, kilojoules, pounds, kilograms, etc. Thanks!
|
||||
