re - returns the real part

re( X )


re returns the real part of X.
X must be a Complex or Matrix variable.
If X is a matrix re is used on every matrix element.


re( 3.4 + 2.5i )   equals 3.4

See also
im