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

◆ get_from_complex_double() [2/4]

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

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

248{
249 return R.set_from_complex_double(a, re, im);
250}
bool set_from_complex_double(ElementType &result, double re, double im) const

References M2::ARingCCC::set_from_complex_double().