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


You are not allowed to post comments.