Macaulay2 Engine
Loading...
Searching...
No Matches
◆
snprint()
void complex::snprint
(
char *
s
,
int
N
)
inline
Definition at line
365
of file
NAG.hpp
.
366
{
367
snprintf(
s
, N,
"(%lf) + i*(%lf)"
,
real
,
imag
);
368
}
complex::imag
double imag
Definition
NAG.hpp:224
complex::real
double real
Definition
NAG.hpp:223
s
void size_t s
Definition
m2-mem.cpp:271
References
imag
,
real
, and
s
.
complex
Generated on
for Macaulay2 Engine by
1.15.0