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

◆ TEST() [1/3]

TEST ( ARingQQGMP ,
arithmetic  )

Definition at line 98 of file ARingQQGmpTest.cpp.

99{
101
102 testCoercions(R);
104 testAdd(R, ntrials);
109 // testPower(R, ntrials); // this test can't work, as it expects a finite
110 // field
112}
void testAdd(const T &R, int ntrials)
void testNegate(const T &R, int ntrials)
void testReciprocal(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 gmp mpq_t integer representation
void testDivide()

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