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

◆ TEST() [20/24]

TEST ( ARingZZpFlint ,
arithmetic66000007  )

Definition at line 358 of file ARingZZpTest.cpp.

359{
360 M2::ARingZZpFlint R(66000007);
361
363
364 testCoercions(R);
366 testAdd(R, ntrials);
371 testPower(R, ntrials);
373}
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().