Scilab 5.3.3
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
real
real part
Calling Sequence
[y]=real(x)
Arguments
- 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 — imaginary part
| << isreal | Complex | Discrete mathematics >> |