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

◆ get_from_double() [7/7]

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

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

102{
103 (void) R;
104 (void) a;
105 (void) b;
106 return false;
107}

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