# 숫자 형식

**기본적으로**, Soulver는 장치에서 설정한 **언어 및 지역** 시스템 설정을 사용합니다.

<figure><img src="/files/fxqqEAeYJGMQtElZZQF1" alt=""><figcaption><p>macOS 시스템 설정은 사용자의 지역에 따라 Soulver가 사용할 숫자 형식을 알려줍니다.</p></figcaption></figure>

### 숫자 형식 설정 선택

또한 Soulver의 **계산기** > **숫자 형식 지정** 설정에서 다른 숫자 형식을 선택할 수 있습니다.

<div align="left"><figure><img src="/files/eyCy36AcKhGGiF2MJHuY" alt="" width="361"><figcaption><p>시스템 지역 외에 세 가지 표준 지역 중 하나를 선택합니다.</p></figcaption></figure></div>

| 형식  | 천 단위 구분 기호 | 소수점 |
| --- | ---------- | --- |
| 북미  | ,          | .   |
| 서유럽 | .          | ,   |
| 동유럽 | (공백 문자)    | ,   |

{% hint style="info" %}
동유럽 지역에서는 `.` 또는 `,`을 소수점으로 사용할 수 있습니다.
{% endhint %}

### 입력 시 천 단위 구분 기호 자동 삽입

**편집** 설정 창에서 **천 단위 구분 기호가 포함된 숫자 형식 지정**을 선택하면,

10000은 10,000으로 자동 서식이 지정됩니다 (예: 북미 지역).

<figure><img src="/files/i6DUSCq4AwDpIvPgIZrz" alt=""><figcaption><p>Soulver는 타이핑하는 동안 숫자에 천 단위 구분 기호를 자동으로 삽입할 수 있습니다.</p></figcaption></figure>

### 붙여넣기 시 외국 형식의 숫자 변환

**붙여넣기 시 외국 숫자 변환**을 선택하면, 외국 형식의 숫자가 시트에 붙여넣어질 때 자동으로 사용자가 선택한 숫자 형식으로 변환됩니다.

{% hint style="info" %}
외국 숫자 형식을 사용하는 시트는 열릴 때 자동으로 사용자가 선택한 숫자 형식으로 변환됩니다.
{% endhint %}

### 천 단위 구분 기호로 밑줄 사용

숫자를 구분하기 위해 밑줄 문자(underscore)를 사용할 수 있습니다.

이는 프로그래밍 언어에서 일반적으로 지원되므로, 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/ko/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.
