RealPart

Revision as of 02:21, 19 January 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.