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

◆ TEST() [19/24]

TEST ( ARingZZpFlint ,
arithmetic33500479  )

Definition at line 392 of file ARingZZpTest.cpp.

393{
394 M2::ARingZZpFlint R(33500479);
395
397
398 testCoercions(R);
400 testAdd(R, ntrials);
405 testPower(R, ntrials);
407}
void testAdd(const T &R, int ntrials)
void testNegate(const T &R, int ntrials)
void testReciprocal(const T &R, int ntrials)
void testPower(const T &R, int ntrials)
void testCoercions(const T &R)
void testAxioms(const T &R, int ntrials)
const int ntrials
Definition ARingTest.hpp:42
void testSubtract(const T &R, int ntrials)
void testMultiply(const T &R, int ntrials)
void testCoerceToLongInteger(const RT &R)
aring-style adapter for Z/p with p a word-size prime, backed by FLINT's nmod_* routines.
void testDivide()

References ntrials, testAdd(), testAxioms(), testCoerceToLongInteger(), testCoercions(), testDivide(), testMultiply(), testNegate(), testPower(), testReciprocal(), and testSubtract().