function array = first_return_wrap(tau, delta) i=1; while i<10 array(i)=first_return(delta,tau); i=i+1; end