Definition at line 662 of file polynom.hpp.
663 {
665 {
666 return 0;
667 }
668
672
674 {
676 for (
unsigned long i = 0;
i <
middle; ++
i)
677 {
679 }
680
681 switch ((**currentPointer).Compare(
monom))
682 {
683 case 1:
686 break;
687 case -1:
689 break;
690 case 0:
692 }
693 }
694
696 }
MonomType * MonomListHead
unsigned long Length() const
References Find(), Length(), and MonomListHead.
Referenced by Find(), and operator+=().