calculate_body_fat_navy
Estimate body fat percentage using the US Navy circumference method. Input sex, waist, neck, height, and optionally hip (female) and weight.
Instructions
Calculate body fat percentage using the US Navy circumference method. See list_bundles for related 'sante' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | Yes | Biological sex | |
| waist_cm | Yes | Waist circumference in cm (at navel for males, narrowest for females) | |
| neck_cm | Yes | Neck circumference in cm (below larynx) | |
| height_cm | Yes | Height in centimeters | |
| hip_cm | No | Hip circumference in cm (widest point, required for females) | |
| weight_kg | No | Body weight in kg (default 70kg for fat mass calculation) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |