Edit file File name : complex.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="complex" xml:lang="gl"> <info> <link type="guide" xref="index#number"/> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Fran Dieguez</mal:name> <mal:email>frandieguez@gnome.org</mal:email> <mal:years>2011-2013.</mal:years> </mal:credit> </info> <title>Números complexos</title> <p> <app>Calculator</app> supports complex numbers, as well as the following functions while in <link xref="mouse">Advanced mode</link>. </p> <table> <tr> <td><p>Re</p></td> <td><p>Returns the real part of a complex number. For example:</p> <example> <p> Re (2-5i) = 2 </p> </example> </td> </tr> <tr> <td><p>Im</p></td> <td><p>Returns the imaginary part of a complex number. For example:</p> <example> <p> Im (2-5i) = -5 </p> </example> </td> </tr> <tr> <td><p>conj</p></td> <td><p>Returns the conjugate of a complex number. For example:</p> <example> <p> conj (2-5i) = 2+5i </p> </example> </td> </tr> <tr> <td><p>Arg</p></td> <td><p>Returns the argument of a complex number. For example:</p> <example> <p> Arg (2-5i) = -68.1986 </p> </example> </td> </tr> </table> </page> Save