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

◆ get_from_complex_double() [1/4]

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

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

256{
257 return R.set_from_complex_double(a, re, im);
258}
bool set_from_complex_double(ElementType &result, double re, double im) const
Definition aring-CC.hpp:220

References M2::ARingCC::set_from_complex_double().