Definition at line 948 of file gb-sugarless.cpp.
949{
950 if (q == nullptr) return;
952 o << "(";
953 if (q->
first !=
nullptr)
955 else
956 o << ".";
957 o << " ";
960 else
961 o << ".";
962 o << " ";
963 if (q->
first !=
nullptr)
964 {
966 M->elem_text_out(o, m);
967 o << ' ';
968 }
970 {
972 M->elem_text_out(o, m);
973 o << ' ';
974 }
975 M->elem_text_out(o, q->
lcm);
978 o << ") ";
979}
References s_pair::compare_num, gb_elem::f, s_pair::first, s_pair::lcm, M, gb_elem::me, gbvector::monom, monomial, and s_pair::second.