# 数値形式

**デフォルト**では、Soulverはデバイスの**言語と地域**システム設定を使用します。

<figure><img src="/files/93J29z4bJIpA8IjKCDOU" alt=""><figcaption><p>macOSのシステム設定が、地域に基づいて使用する数値フォーマットをSoulverに通知します</p></figcaption></figure>

### 数値フォーマットの設定を選択する

Soulverの**計算** > **数値フォーマット**設定で、別の数値フォーマットを選択することもできます。

<div align="left"><figure><img src="/files/eJKAXHaxJ6XuMC0tDl29" alt="" width="361"><figcaption><p>システム地域に加えて、3つの標準地域から選択できます</p></figcaption></figure></div>

| フォーマット | 千の区切り文字  | 小数点 |
| ------ | -------- | --- |
| 北米     | ,        | .   |
| 西ヨーロッパ | .        | ,   |
| 東ヨーロッパ | (スペース文字) | ,   |

{% hint style="info" %}
東ヨーロッパ地域では、小数点として「.」または「,」が使用される場合があります
{% endhint %}

### 入力時に千の区切り文字を自動挿入する

**編集**設定ペインの**数値に千の区切り文字を付ける**にチェックを入れると、

10000 は 10,000 (北米の場合など) として自動的にフォーマットされます。

<figure><img src="/files/TLka5H5CbQ854350DBgw" alt=""><figcaption><p>Soulverは、入力する際に数値に自動的に千の区切り文字を挿入できます</p></figcaption></figure>

### 貼り付け時に外国形式の数値を変換する

**貼り付け時に外国の数値を変換する**にチェックを入れると、外国形式の数値がシートに貼り付けられた際に、選択した数値フォーマットに自動的に変換されます。

{% hint style="info" %}
外国の数値フォーマットを使用するシートは、開いたときに選択した数値フォーマットに自動的に変換されます。
{% endhint %}

### 千の区切り文字としてアンダースコアを使用する

アンダースコア文字を使用して数値を区切ることができます。

これはプログラミング言語で一般的にサポートされているため、Soulverとコードの間で数値を簡単にコピー＆ペーストできます。

```
1_000_000 + 2_000          | 1,002,000
0b_1100_0001 to decimal    | 193
0xCAFE_F00D to decimal     | 3.406G
```


---

# 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/documentation/formatting/region-settings.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.
