Definition at line 342 of file aring-gf-flint-big.hpp.
345 {
346
347
350#if 0
351 printf("entering divide\n");
352 printf(" a = ");
354 printf("\n b = ");
356#endif
358#if 0
359 printf("\n 1/b = ");
361#endif
363#if 0
364 printf("\n a/b = ");
366 printf("\n");
367#endif
369 }
void clear(ElementType &result) const
void invert(ElementType &result, const ElementType &a) const
fq_nmod_struct ElementType
void init(ElementType &result) const
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References clear(), init(), invert(), mContext, mult(), and result().
Referenced by set_from_mpq(), and syzygy().