The document discusses the interval Newton method, which is an extension of the Newton method to interval arithmetic. It aims to guarantee convergence of the root-finding process for functions where the standard Newton method may fail. The interval Newton method works by computing the image of an interval under iteration, rather than a single point. The document outlines interval arithmetic, the standard Newton method, properties of the interval Newton method, a Matlab implementation, and provides numerical examples.