xR = punto_Lagrange( @(x) log(x) , @(x) 1 ./ x , 1 , exp(1) ) ; errore = xR - (exp(1)-1) ; disp( errore ) ;