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 strings
usingvar
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 ballb
-
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 ballb
-
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 intervala
encloses a unique root ofpol