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

◆ get_from_complex_double() [4/4]

template<typename RT>
bool M2::get_from_complex_double ( const RT & R,
typename RT::ElementType & a,
double re,
double im )

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

113{
114 (void) R;
115 (void) a;
116 (void) re;
117 (void) im;
118 return false;
119}

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