文件操作 - complex.page
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/help/ko/gnome-calculator/complex.page
编辑文件内容
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="complex" xml:lang="ko"> <info> <link type="guide" xref="index#number"/> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>류창우</mal:name> <mal:email>cwryu@debian.org</mal:email> <mal:years>2007, 2008, 2015.</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>조성호</mal:name> <mal:email>shcho@gnome.org</mal:email> <mal:years>2016, 2017.</mal:years> </mal:credit> </info> <title>복소수</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>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件