My Project
 All Files Functions
Functions
berechnung_bmi.c File Reference
#include <math.h>
#include "berechnung_bmi.h"
Include dependency graph for berechnung_bmi.c:

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.