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

◆ coerceToLongInteger() [4/6]

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

Reimplemented from Ring.

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

1225{
1226 return coerceToLongIntegerFcn(ring(), a);
1227}
const RingType & ring() const
std::pair< bool, long > coerceToLongIntegerFcn(const RT &ring, ring_elem a)