<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="equation" xml:lang="zh_CN">

    <info>
        <!-- Place this at the start of the section -->
        <title type="sort">0</title>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>基本式子</title>
    
    <p>表达式在标准数学模式中输入，例如 7 加 2 如下操作：</p>
    <example>
    <p>7+2</p>
    </example>
    <p>要得到结果，用鼠标点 <gui>=</gui> 按钮，或者按键盘上的回车键。</p>
    <p>计算顺序遵守数学运算法则 - 先乘除后加减。下面的式子结果为 1 (3×2 = 6，7−6 = 1)。</p>
    <example>
    <p>7−3×2</p>
    </example>
    <p>可以用括号来改变运算顺序，下面的式子结果为 8 (7−3 = 4，4×2 = 8)。</p>
    <example>
    <p>(7−3)×2</p>
    </example>
    <p>
    To clear the display press the <gui>C</gui> button or <key>Escape</key>.
    </p>
</page>
