文件操作 - variables.page
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/help/zh_CN/gnome-calculator/variables.page
编辑文件内容
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="variable" xml:lang="zh-CN"> <info> <link type="guide" xref="index#equation"/> </info> <title>变量</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>value=82</p> </example> <p>变量可以用在任何等式中,用来替代所赋数值。变量可以用 <gui>x</gui> 按钮插入。</p> <example> <p>6x+3</p> <p>xy−3x+7y−21</p> </example> <p>下面的变量是预定义好的。</p> <table> <tr> <td><p>_</p></td> <td><p>上次运算结果</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>rand</p></td> <td><p>在 [0,1] 之间的随机值(在每次读取时改变)</p></td> </tr> </table> </page>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件