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

◆ get_from_complex_double() [3/4]

bool M2::get_from_complex_double ( const ARingCCi & R,
ARingCCi::ElementType & a,
double re,
double im )
inline

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

264{
265 return R.set_from_complex_double(a, re, im);
266}
bool set_from_complex_double(ElementType &result, double re, double im) const

References M2::ARingCCi::set_from_complex_double().