Description Usage Arguments Value Examples
The squared value of weight in kilograms divided by height in meters, which is converted by dividing cm by 100.
1 | get_bmi(weight_kg, height_cm)
|
weight_kg |
Weight in kilograms, a number. |
height_cm |
Height in centimeters, a number. |
The BMI of a given individual, a number.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.