My Project
 All Files Functions
Functions
berechnung_bmi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float berechnung_bmi (float gewicht, float groesse)
 

Function Documentation

float berechnung_bmi ( float  gewicht,
float  groesse 
)

Die Funktion berechnet den Body-Mass-Index.

Parameters
gewichtDas Gewicht in kg.
groesseDie Groesse in cm.
Returns
Der errechnete Body-Mass-Index.