# 大きな数記号

デフォルトでは、Soulver は大きな回答を表示する際に [SIに触発された](https://en.wikipedia.org/wiki/Metric_prefix) 大きな数の記号を使用します。

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

この機能が気に入らない場合は、すべての行で無効にできます（[回答の書式設定](/ja/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/iksrTlzlB5c7Khg2HJU5" 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/ja/rifarensu/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.
