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

◆ get_from_Interval() [3/3]

template<typename RT>
bool M2::get_from_Interval ( const RT & R,
typename RT::ElementType & a,
gmp_RRi b )

Definition at line 78 of file aring-translate.hpp.

79{
80 (void) R;
81 (void) a;
82 (void) b;
83 return false;
84}

Referenced by M2::ConcreteRing< M2::ARingCCC >::from_Interval().