Definition at line 324 of file aring-gf-flint.hpp.
327 {
328
329
332#if 0
333 printf("entering divide\n");
334 printf(" a = ");
336 printf("\n b = ");
338#endif
340#if 0
341 printf("\n 1/b = ");
343#endif
345#if 0
346 printf("\n a/b = ");
348 printf("\n");
349#endif
351 }
fq_zech_struct ElementType
void init(ElementType &result) const
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
void clear(ElementType &result) const
void invert(ElementType &result, const ElementType &a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References clear(), init(), invert(), mContext, mult(), and result().
Referenced by set_from_mpq(), and syzygy().