RealPart
RealPart(x)
Returns the real part of complex number «x».
Examples
RealPart(-3 + 4j) → -3
RealPart(-1j) → 0
RealPart(3.5) → 3.5
History
This function was introduced in Analytica 4.5.
See Also
Comments
Returns the real part of complex number «x».
RealPart(-3 + 4j) → -3
RealPart(-1j) → 0
RealPart(3.5) → 3.5
This function was introduced in Analytica 4.5.
Enable comment auto-refresher