Macaulay2 Engine
Loading...
Searching...
No Matches

◆ toString() [1/2]

std::string BasicPoly::toString ( const std::vector< std::string > & varnames) const
inline

Definition at line 92 of file BasicPoly.hpp.

93 {
94 return toString(varnames, true, false, false);
95 }
std::string toString(const std::vector< std::string > &varnames, bool print_one, bool print_plus, bool print_parens) const
Definition BasicPoly.cpp:13

References toString().