Blame help/ko/complex.page

rpm-build 2eb028
rpm-build 2eb028
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="complex" xml:lang="ko">
rpm-build 2eb028
rpm-build 2eb028
    <info>
rpm-build 2eb028
        <link type="guide" xref="index#number"/>
rpm-build 2eb028
    
rpm-build 2eb028
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
rpm-build 2eb028
      <mal:name>류창우</mal:name>
rpm-build 2eb028
      <mal:email>cwryu@debian.org</mal:email>
rpm-build 2eb028
      <mal:years>2007, 2008, 2015.</mal:years>
rpm-build 2eb028
    </mal:credit>
rpm-build 2eb028
  
rpm-build 2eb028
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
rpm-build 2eb028
      <mal:name>조성호</mal:name>
rpm-build 2eb028
      <mal:email>shcho@gnome.org</mal:email>
rpm-build 2eb028
      <mal:years>2016, 2017.</mal:years>
rpm-build 2eb028
    </mal:credit>
rpm-build 2eb028
  </info>
rpm-build 2eb028
rpm-build 2eb028
	<title>복소수</title>
rpm-build 2eb028
    
rpm-build 2eb028
    

rpm-build 2eb028
    <app>Calculator</app> supports complex numbers, as well as the following functions while in <link xref="mouse">Advanced mode</link>.
rpm-build 2eb028
    

rpm-build 2eb028
rpm-build 2eb028
    
rpm-build 2eb028
    
rpm-build 2eb028
    
rpm-build 2eb028
    

Re

rpm-build 2eb028
    

Returns the real part of a complex number. For example:

rpm-build 2eb028
    <example>
rpm-build 2eb028
    

rpm-build 2eb028
    Re (2-5i) = 2
rpm-build 2eb028
    

rpm-build 2eb028
    </example>
rpm-build 2eb028
    
rpm-build 2eb028
    
rpm-build 2eb028
rpm-build 2eb028
    
rpm-build 2eb028
    

Im

rpm-build 2eb028
    

Returns the imaginary part of a complex number. For example:

rpm-build 2eb028
    <example>
rpm-build 2eb028
    

rpm-build 2eb028
    Im (2-5i) = -5
rpm-build 2eb028
    

rpm-build 2eb028
    </example>
rpm-build 2eb028
    
rpm-build 2eb028
    
rpm-build 2eb028
 
rpm-build 2eb028
    
rpm-build 2eb028
    

conj

rpm-build 2eb028
    

Returns the conjugate of a complex number. For example:

rpm-build 2eb028
    <example>
rpm-build 2eb028
    

rpm-build 2eb028
    conj (2-5i) = 2+5i
rpm-build 2eb028
    

rpm-build 2eb028
    </example>
rpm-build 2eb028
    
rpm-build 2eb028
    
rpm-build 2eb028
rpm-build 2eb028
    
rpm-build 2eb028
    

Arg

rpm-build 2eb028
    

Returns the argument of a complex number. For example:

rpm-build 2eb028
    <example>
rpm-build 2eb028
    

rpm-build 2eb028
    Arg (2-5i) = -68.1986
rpm-build 2eb028
    

rpm-build 2eb028
    </example>
rpm-build 2eb028
    
rpm-build 2eb028
     
rpm-build 2eb028
rpm-build 2eb028
    
rpm-build 2eb028
rpm-build 2eb028
rpm-build 2eb028
</page>