Blob Blame History Raw
<?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>显示结果的格式,可以在 <guiseq><gui>计算器</gui><gui>首选项</gui></guiseq> 菜单中更改。</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>