| 183 | } |
| 184 | |
| 185 | InternalCF* |
| 186 | InternalCF::tryInvert ( const CanonicalForm&, bool&) |
| 187 | { |
| 188 | ASSERT1( 0, "tryInvert() not implemented for class %s", this->classname() ); |
| 189 | return 0; |
| 190 | } |
| 191 | |
| 192 | bool |
| 193 | InternalCF::tryDivremsamet ( InternalCF*, InternalCF*&, InternalCF*&, const CanonicalForm&, bool&) |