Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator==()
bool
complex::operator==
(
complex
c
)
inline
Definition at line
360
of file
NAG.hpp
.
361
{
362
return
(
real
== c.
real
) && (
imag
== c.
imag
) ? 1 : 0;
363
}
complex::imag
double imag
Definition
NAG.hpp:224
complex::real
double real
Definition
NAG.hpp:223
References
complex()
,
imag
, and
real
.
complex
Generated on
for Macaulay2 Engine by
1.15.0