| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : //usr/home/beeson/MathXpert/factor.h |
/* module factor consists of factor.c, factquad.c, advfact.c, irred.c */ int factor(term,term *); int irreducible(term); int irreducible_cubic(term); int irreducible_quartic(term); void mark_irreducibles(term *); int factored(term); int purefactor(term, term *); /* factor without affecting ShowStateState */ int sqrt_aux(term, term *); int finish_factor_aux(term, term, int (*ftest)(term,term,term,term,term,int,term *, term *, term *, term *), term, int,term *, term *, term *, term *); int arity_aux2(term t, term arg, term *next, char *reason, actualop op); int arity_aux(term t, term arg, term *next, char *reason, actualop op); int numerical_poly(term); int long_quadratic(term t, term x, term *a, term *b, term *c); #define NFACTOROPS 18 void listratgcd(term *a, unsigned short n, term *ans); /* not exported */