Once upon a time, someone here tracked down the technical formulas on a patent website. I don't know
if these are the same formulas, are what I have written down.
Food points:
P=(c/50) + (tf/12) - (f/5) where:
P=points c=calories tf=total fat f=fiber (maximum allowable fiber = 4 grams)
Remember when making your program that you can not allow more than 4g of fiber to be used in the
calculations.
The formula for activity points is:
P=(w/50) * (e/85) * m where:
P=points w=weight in pounds e=exercise level 1=light exercise
1.5=moderate, ie: just breaking a sweat
2.5=heavy, ie: heavy sweating and difficulty carrying a conversation m=minutes spent exercizing
Hope this is what you are looking for.
Joyce
General Protection Fault said:Hello, I am developing some software to help my wife track her points and I was wondering how to
determine your daily point allotment.
If this all works out I'll definitely release it to the public domain.
Thank you!