# 大数符号

默认情况下，Soulver 在显示大答案时使用 [受 SI 启发的](https://en.wikipedia.org/wiki/Metric_prefix) 大数字符号：

```
100,000 + 200,000 | 300k
3 million + 10%   | 3.3M
```

如果您不喜欢此功能，可以将其禁用所有行（参见 [答案格式化](/zh/documentation/formatting/answer-formatting-options.md)），或者在行上下文菜单中逐行禁用。

{% hint style="success" %}
我们认为此功能使处理大数字更轻松，因为您无需数零就能立即了解您正在处理的数字的量级。
{% endhint %}

### 大数字的符号表示法

您也可以在数学表达式中使用大数字符号，使处理大数字更轻松。

带有货币符号（$， €, £ 等）的数字也支持额外的大数字符号表示法。

{% tabs %}
{% tab title="通用" %}

| 符号           | 值  | 示例   |
| ------------ | -- | ---- |
| k            | 千  | 2.5k |
| M            | 百万 | 5M   |
| G            | 十亿 | 10G  |
| T            | 万亿 | 20T  |
| {% endtab %} |    |      |

{% tab title="货币" %}

| 符号            | 值  | 示例                |
| ------------- | -- | ----------------- |
| k 或 K         | 千  | $3k, $4K          |
| m 或 M         | 百万 | $5m, €6M          |
| B, b 或 bn     | 十亿 | $7B, ¥8b, $9bn    |
| T, t 或 tn     | 万亿 | $10T, €11t, £12tn |
| {% endtab %}  |    |                   |
| {% endtabs %} |    |                   |

### 科目记号（科学记数法）

如果您想看到的是科学记数法而不是大数字符号表示法，请使用 "as sci"

<div align="left"><figure><img src="/files/YObcb6yQkTFb3BUkDNs1" alt="" width="375"><figcaption><p>将大数字转换为科学记数法</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/yu-fa-can-kao/large-number-symbols.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
