Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
help /
C /
gnome-calculator /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
absolute.page
412
B
-rw-r--r--
base.page
1.09
KB
-rw-r--r--
boolean.page
782
B
-rw-r--r--
complex.page
1.14
KB
-rw-r--r--
conv-base.page
580
B
-rw-r--r--
conv-character.page
463
B
-rw-r--r--
conv-currency.page
1.25
KB
-rw-r--r--
conv-length.page
566
B
-rw-r--r--
conv-time.page
439
B
-rw-r--r--
conv-weight.page
438
B
-rw-r--r--
equation.page
1.13
KB
-rw-r--r--
factorial.page
376
B
-rw-r--r--
factorize.page
389
B
-rw-r--r--
financial.page
2.74
KB
-rw-r--r--
functions.page
3.86
KB
-rw-r--r--
history.page
1.43
KB
-rw-r--r--
index.page
1.1
KB
-rw-r--r--
keyboard.page
1.31
KB
-rw-r--r--
legal.xml
494
B
-rw-r--r--
logarithm.page
859
B
-rw-r--r--
modulus.page
339
B
-rw-r--r--
mouse.page
963
B
-rw-r--r--
number-display.page
1.18
KB
-rw-r--r--
percentage.page
802
B
-rw-r--r--
power.page
1.58
KB
-rw-r--r--
scientific.page
964
B
-rw-r--r--
superscript.page
1.39
KB
-rw-r--r--
trigonometry.page
1.21
KB
-rw-r--r--
variables.page
1.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : variables.page
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="variable"> <info> <link type="guide" xref="index#equation"/> </info> <title>Variables</title> <p> To assign a value to a variable use the = symbol or choose the variable to assign to with the <gui>x</gui> button in <link xref="mouse">advanced mode</link>. A variable name must only contain upper or lower case characters. </p> <example> <p> x=5 </p> <p> example=82 </p> </example> <p> Variables can be used in any equation and are substituted for their assigned value. Variables can be inserted using the <gui>x</gui> button. </p> <example> <p> 6x+3 </p> <p> xy−3x+7y−21 </p> </example> <p> The following variables are always defined. </p> <table> <tr> <td><p>_</p></td> <td><p>Result of previous calculation</p></td> </tr> <tr> <td><p>e</p></td> <td><p><link xref="logarithm">Euler's Number</link></p></td> </tr> <tr> <td><p>π</p></td> <td><p><link xref="trigonometry">Pi</link></p></td> </tr> <tr> <td><p>τ</p></td> <td><p><link xref="trigonometry">Tau</link></p></td> </tr> <tr> <td><p>rand</p></td> <td><p>Random value in the range [0,1] (changes on each read)</p></td> </tr> </table> </page>
Close