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

◆ TEST() [1/2]

TEST ( ARingZZ ,
arithmetic  )

Definition at line 78 of file ARingZZTest.cpp.

79{
81
84 testAdd(R, ntrials);
88 // testReciprocal(R, ntrials); // this test is not applicable, as this is not
89 // a field
90 // testPower(R, ntrials); // this test can't work, as it expects a finite
91 // field
93}
void testAdd(const T &R, int ntrials)
void testNegate(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)
wrapper for the flint fmpz_t integer representation
void testDivide()

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