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

◆ rawARingZZp()

const Ring * rawARingZZp ( unsigned long p)

ARing interface routines

Definition at line 42 of file aring.cpp.

43{
44 if (p <= 1 || p >= 32750)
45 {
46 ERROR("ZZP: expected a prime number p in range 2 <= p <= 32749");
47 return nullptr;
48 }
50}
static ConcreteRing< RingType > * create(std::unique_ptr< RingType > R)
int p
const int ERROR
Definition m2-mem.cpp:55

References M2::ConcreteRing< RingType >::create(), ERROR, and p.