> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ko/undefined/large-number-symbols.md).

# 큰 숫자 기호

기본적으로 Soulver는 큰 답변을 표시할 때 [SI에서 영감을 받은](https://en.wikipedia.org/wiki/Metric_prefix) 큰 숫자 기호를 사용합니다:

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

이 기능이 마음에 들지 않으면 모든 줄에 대해 비활성화하거나( [Answer Formatting](/ko/documentation/formatting/answer-formatting-options.md) 참조), 줄의 상황별 메뉴에서 개별적으로 비활성화할 수 있습니다.

{% hint style="success" %}
이 기능은 작업하는 숫자의 크기를 바로 알 수 있도록 0을 셀 필요가 없게 해주기 때문에 작업하기 더 쉽다고 생각합니다.
{% 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/bmJKdY5iiPtiewJaqDAO" alt="" width="375"><figcaption><p>큰 숫자를 과학적 표기법으로 변환하기</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/ko/undefined/large-number-symbols.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
