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

◆ complex() [4/5]

complex::complex ( const complex & c)
inline

Definition at line 262 of file NAG.hpp.

263{
264 this->real = c.real;
265 this->imag = c.imag;
266}
double imag
Definition NAG.hpp:224
double real
Definition NAG.hpp:223

References complex(), imag, and real.