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

◆ operator=()

void complex::operator= ( complex c)
inline

Definition at line 274 of file NAG.hpp.

275{
276 real = c.real;
277 imag = c.imag;
278}
double imag
Definition NAG.hpp:224
double real
Definition NAG.hpp:223

References complex(), imag, and real.