Difference between revisions of "ImPart"
(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>...") |
|||
Line 1: | Line 1: | ||
[[Category:Math Functions]] | [[Category:Math Functions]] | ||
[[category:Functions that operate on complex numbers]] | [[category:Functions that operate on complex numbers]] | ||
− | |||
− | |||
− | = | + | ==ImPart(x)== |
+ | Returns the real part of complex number «x». | ||
− | :<code> | + | == Examples == |
− | :<code> | + | :<code>ImPart(-3 + 4j) → 4</code> |
− | :<code> | + | :<code>ImPart(-1j) → -1</code> |
+ | :<code>ImPart(3.5) → 0</code> | ||
− | = | + | ==History== |
+ | This function was introduced in [[Analytica 4.5]]. | ||
+ | == See Also == | ||
* [[Complex Numbers]] | * [[Complex Numbers]] | ||
* [[RealPart]] | * [[RealPart]] | ||
− | * [[Abs]] | + | * [[Abs]] |
+ | * [[ComplexRadians]] | ||
+ | * [[ComplexDegrees]] |
Latest revision as of 02:18, 19 January 2016
ImPart(x)
Returns the real part of complex number «x».
Examples
ImPart(-3 + 4j) → 4
ImPart(-1j) → -1
ImPart(3.5) → 0
History
This function was introduced in Analytica 4.5.
See Also
Comments
Enable comment auto-refresher