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

◆ complex() [3/5]

complex::complex ( double r,
double im )
inline

Definition at line 255 of file NAG.hpp.

256{
257 real = r;
258 imag = im;
259}
double imag
Definition NAG.hpp:224
double real
Definition NAG.hpp:223

References imag, and real.