RealPart

Revision as of 18:49, 11 April 2013 by Lchrisman (talk | contribs) (Created page with "Category:Math Functions category:Functions that operate on complex numbers ''new to Analytica 4.5'' Returns the real part of a complex number. = Examples = :<code>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

new to Analytica 4.5

Returns the real part of a complex number.

Examples

RealPart( -3 + 4j ) → -3
RealPart( -1j ) → 0
RealPart( 3.5 ) → 3.5

See Also

Comments


You are not allowed to post comments.