carl  24.04
Computer ARithmetic Library
GCD_Term.h File Reference
#include "GCD_Monomial.h"
#include "../Term.h"
Include dependency graph for GCD_Term.h:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename Coeff >
Term< Coeff > carl::gcd (const Term< Coeff > &t1, const Term< Coeff > &t2)
 Calculates the gcd of (t1, t2). More...