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

◆ get_from_BigReal() [7/7]

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

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

70{
71 (void) R;
72 (void) a;
73 (void) b;
74 return false;
75}

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