//////////////////////////////////////////////////////////// // emacs edit mode for this file is -*- C++ -*- //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// #ifndef INCL_ALGFACTOR_H #define INCL_ALGFACTOR_H #include #include // for typedef's CanonicalForm algcd(const CanonicalForm & f, const CanonicalForm & g, const CFList & as, const Varlist & order); /*BEGINPUBLIC*/ int hasVar(const CanonicalForm &f, const Variable &v); /*ENDPUBLIC*/ #endif /* INCL_ALGFACTOR_H */