function [ integral_outvalue fun_outvalue2 ] = integral_F( e_bar )
%UNTITLED3 Summary of this function goes here
%   Detailed explanation goes here
integral_outvalue=quad(@areaF,0.0000000000001,e_bar);
fun_outvalue2 = areaF(e_bar);

end

