Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator+()
complex
complex::operator+
(
complex
c
)
inline
Definition at line
280
of file
NAG.hpp
.
281
{
282
complex
tmp;
283
tmp.
real
= this->
real
+ c.
real
;
284
tmp.
imag
= this->
imag
+ c.
imag
;
285
return
tmp;
286
}
complex::imag
double imag
Definition
NAG.hpp:224
complex::complex
complex()
Definition
NAG.hpp:248
complex::real
double real
Definition
NAG.hpp:223
References
complex()
,
imag
, and
real
.
complex
Generated on
for Macaulay2 Engine by
1.15.0