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

◆ TEST() [21/24]

TEST ( ARingZZpFlint ,
arithmetic67108859  )

Definition at line 375 of file ARingZZpTest.cpp.

376{
377 M2::ARingZZpFlint R(67108859);
378
380
381 testCoercions(R);
383 testAdd(R, ntrials);
388 testPower(R, ntrials);
390}
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().