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

    <info>
        <link type="guide" xref="index#number"/>
    </info>

	<title>结果格式</title>
    
    <p>
    To change the format used to display results, press the menu button in the
    top-right corner of the window and select <gui style="menuitem">Preferences</gui>.

    </p>
    <table>
    <tr>
    <td><p><gui>Automatic</gui></p></td>
    <td><p>Small results are displayed as <gui>Fixed</gui> notation while long results are displayed as <gui>Scientific</gui> notation</p></td>
    </tr>
    <tr>
    <td><p><gui>Fixed</gui></p></td>
    <td><p>Results are always displayed as decimal numbers</p></td>
    </tr>
    <tr>
    <td><p><gui>Scientific</gui></p></td>
    <td><p>结果显示为 <link xref="scientific">科学计数</link></p></td>
    </tr>
    <tr>
    <td><p><gui>Engineering</gui></p></td>
    <td><p>结果以科学计数法显示，指数始终为 3 的倍数。</p></td>
    </tr>
    </table>
    <p>十进制数的小数点，是否后面补零，是否千分位分隔，也可以进行配置。</p>
</page>
