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

◆ get_from_BigComplex() [4/4]

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

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

94{
95 (void) R;
96 (void) a;
97 (void) b;
98 return false;
99}

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