<< pow2 | Elementary functions | rem >> |
R = real(M) |
a variable
real part of the elements of the complex array M.
R = real(M) Return the real part of M.
cplx = 22+34*i;
r = real(cplx)
imag.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET