bmi_calculator
Compute Body Mass Index from weight and height, then get the corresponding weight category using metric or imperial units.
Instructions
Calculate Body Mass Index (BMI) and get the corresponding weight category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | Yes | Body weight | |
| height | Yes | Height | |
| unit | No | metric = kg/cm | imperial = lbs/inches | metric |