/* These are the Newton_DComplex function prototypes */
/* Newton_DComplex.h - Ch Iossif @ April 2006 */

#include "dcomplex.h"

#define ZERO_TEST 1.0e-99

int newton_dcomplex(int, int, double, dcomplex *, dcomplex *, int *);
dcomplex f(dcomplex);
dcomplex df(dcomplex);

