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

◆ TEST() [1/3]

TEST ( ARingQQFlint ,
arithmetic  )

Definition at line 99 of file ARingQQFlintTest.cpp.

100{
102
103 testCoercions(R);
105 testAdd(R, ntrials);
110 // testPower(R, ntrials); // this test can't work, as it expects a finite
111 // field
113}
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 flint fmpq_t integer representation
void testDivide()

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