You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
공통 계산식 적용을 위한 계산식입니다.
수정해야 될 정보가 있으면 남겨주세요.
음식 칼로리 계산법
kcal = ((탄수화물 * 4) + (단백질 * 4) + (지방 * 9)) * 먹은량g권장 체중
BMI (Body Mass Index) 방법
표준체중 = (신장/100) * (신장/100) * 22표준체중 = (신장/100) * (신장/100) * 21권장 칼로리(기초 대사량)
기초대사량 산정 공식- Harris-BenedictEquation(B.E.E)방법
66.47 + (13.75 * 체중) + (5 * 키) - (6.76 * 나이)655.1 + (9.56 * 체중) + (1.85 * 키) - (4.68 * 나이)