REPART INDEX

REPART _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

repart(<expression>) or repart <simple\_expression >

This operator returns the real part of an expression, if that argument has an numerical value. A non-numerical argument is returned as an expression in the operators repart and impart.

examples:


repart(1+i); 

  1 


repart(a+i*b); 

  REPART(A) - IMPART(B)