Scilab Reference Manual
real
real — real part
Calling sequence
[y]=real(x)
Parameters
x
: real or complex vector or matrix
y
: real matrix
Description
real(x)
is the real part of
x
(See
%i
to enter complex numbers).
See also
imag
<< rdivf
round >>