body_fat_calc
Calculate body fat percentage using weight, height, age, sex, and optional neck, waist, hip measurements. Choose between Navy method or BMI-based formula.
Instructions
Estimate body fat percentage using measurements or BMI-based formula.
Parameters:
weight — Weight in kg.
height — Height in cm.
age — Age in years.
sex — 'male' (default) or 'female'.
neck — Neck circumference in cm (optional, for Navy method).
waist — Waist circumference in cm (optional, for Navy method).
hip — Hip circumference in cm (optional, for Navy method, female).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | Yes | ||
| height | Yes | ||
| age | Yes | ||
| sex | No | male | |
| neck | No | ||
| waist | No | ||
| hip | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |