MPS_BEGIN_DECLS void mps_fnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, cplx_t corr)
Compute the Newton correction, i.e. and the value given by:
Definition: newton.c:36
void mps_mnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, mpc_t corr, long int wp)
Compute the Newton correction, i.e. and the value given by:
Definition: newton.c:273
void mps_dnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, cdpe_t corr)
Compute the Newton correction, i.e. and the value given by:
Definition: newton.c:156
this struct holds the state of the mps computation
Definition: context.h:55