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]]
''new to [[Analytica 4.5]]''
 
  
Returns the real part of a complex number.
 
  
= Examples =
+
==ImPart(x)==
 +
Returns the real part of complex number «x».
  
:<code>[[ImPart]]( -3 + 4j )</code> &rarr; 4
+
== Examples ==
:<code>[[ImPart]]( -1j )</code> &rarr; -1
+
:<code>ImPart(-3 + 4j) &rarr; 4</code>  
:<code>[[ImPart]]( 3.5 )</code> &rarr; 0
+
:<code>ImPart(-1j) &rarr; -1</code>
 +
:<code>ImPart(3.5) &rarr; 0</code>  
  
= See Also =
+
==History==
 +
This function was introduced in [[Analytica 4.5]].
  
 +
== See Also ==
 
* [[Complex Numbers]]
 
* [[Complex Numbers]]
 
* [[RealPart]]
 
* [[RealPart]]
* [[Abs]], [[ComplexRadians]], [[ComplexDegrees]]
+
* [[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


You are not allowed to post comments.