ImPart

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

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

See Also

Comments


You are not allowed to post comments.