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


You are not allowed to post comments.