Macaulay2 Engine
Loading...
Searching...
No Matches

◆ set_from_mpz()

void M2::ARingGFFlintBig::set_from_mpz ( ElementType & result,
mpz_srcptr a ) const
inline

Definition at line 273 of file aring-gf-flint-big.hpp.

274 {
275 int b = static_cast<int>(mpz_fdiv_ui(a, characteristic()));
277 }
void set_from_long(ElementType &result, long a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References characteristic(), result(), and set_from_long().

Referenced by set_from_mpq().