bmi

Crates.iobmi
lib.rsbmi
version0.1.3
sourcesrc
created_at2022-12-16 12:26:45.978039
updated_at2022-12-16 12:38:32.346112
descriptionA Simple BMI Calculator as per WHO
homepagehttps://github.com/LimaniBhavik/BMI-Calculator-Rust
repositoryhttps://github.com/LimaniBhavik/BMI-Calculator-Rust
max_upload_size
id738753
size4,823
Bhavik (LimaniBhavik)

documentation

README

BMI Calculator

Formula: BMI Calculation - Body Mass Index (BMI) Calculator can be used to calculate BMI values based on their height and weight. BMI is a fairly reliable indicator of body fatness for most people.

BMI = (weight) / (height * height)

  • BMI table for Adults - WHO

  • Severe Thinness < 16

  • Moderate Thinness 16 - 17

  • Mild Thinness 17 - 18.5

  • Normal 18.5 - 25

  • Overweight 25 - 30

  • Obese Class I 30 - 35

  • Obese Class II 35 - 40

  • Obese Class III > 40

Reference

WHO

Commit count: 8

cargo fmt