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

◆ complex() [2/5]

complex::complex ( double r)
inline

Definition at line 249 of file NAG.hpp.

250{
251 real = r;
252 imag = 0;
253}
double imag
Definition NAG.hpp:224
double real
Definition NAG.hpp:223

References imag, and real.