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

◆ coerceToLongInteger() [3/6]

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

Reimplemented from Ring.

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

1232{
1233 return coerceToLongIntegerFcn(ring(), a);
1234}
const RingType & ring() const
std::pair< bool, long > coerceToLongIntegerFcn(const RT &ring, ring_elem a)