Flint rational polynomials utilities

Flint rational polynomials utilities#

Functions

int fmpq_poly_set_str_pretty(fmpq_poly_t p, const char *s, const char *var)#

Set the polynomial p from the string s using var as variable name.

void fmpq_poly_evaluate_arb(arb_t b, const fmpq_poly_t pol, const arb_t a, slong prec)#

Evaluate the polynomial pol at the ball b

void fmpq_poly_evaluate_arf(arf_t b, const fmpq_poly_t pol, const arf_t a, slong prec)#

Evaluate the polynomial pol at the ball b

int fmpq_poly_check_unique_real_root(const fmpq_poly_t pol, const arb_t a, slong prec)#

Return 1 if it is possible to check with precision prec whether the interval a encloses a unique root of pol