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

◆ complex() [5/5]

complex::complex ( gmp_CC mpfrCC)
inline

Definition at line 268 of file NAG.hpp.

269{
270 real = mpfr_get_d(mpfrCC->re, MPFR_RNDN);
271 imag = mpfr_get_d(mpfrCC->im, MPFR_RNDN);
272}
double imag
Definition NAG.hpp:224
double real
Definition NAG.hpp:223

References imag, and real.