gz = fltarr(100) ; an array calculating g(z) using the function g_eval
number = 100
for i =0,number-1 do begin
gz[i] = g_eval(c[i],0)
endfor
end