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

◆ coerceToLongInteger() [5/6]

std::pair< bool, long > M2::ConcreteRing< ARingZZp >::coerceToLongInteger ( ring_elem a) const
inlinevirtual

Reimplemented from Ring.

Definition at line 1216 of file aring-glue.hpp.

1218{
1219 return coerceToLongIntegerFcn(ring(), a);
1220}
const RingType & ring() const
std::pair< bool, long > coerceToLongIntegerFcn(const RT &ring, ring_elem a)