float moyenne (float x, float y) { return (x+y)/2; }