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