# 답변 서식 지정

Soulver는 답변에 대해 여러 가지 서식 지정 옵션을 제공합니다.

### 기본 서식 지정

설정(Settings) > 계산기(Calculator) > 숫자 서식 지정(Number Formatting)으로 이동하여 기본 서식 지정 기본 설정을 하거나, 상황별 메뉴(답변에서 Ctrl+클릭) 또는 '서식(Format)' 메뉴를 통해 개별 줄의 서식을 사용자 지정할 수 있습니다.

{% hint style="info" %}
줄에 서식 지정 옵션을 수동으로 설정하면 더 이상 기본 서식 지정 옵션과 "동기화"되지 않습니다. '서식(Format) > 기본값으로 재설정(Reset to Defaults)'으로 이동하여 줄의 서식을 기본값과 일치하도록 재설정하고 동기화할 수 있습니다.
{% endhint %}

### 소수점 자릿수 (dp)

답변에 표시되는 소수점 자릿수는 '서식(Format) > 정밀도(Precision)' 메뉴 또는 상황별 메뉴를 사용하여 변경할 수 있습니다:

![Setting decimal places via the contextual menu](/files/p6bRaq9mlg9XmTIbrisJ)

{% hint style="warning" %}
반올림 서식 지정은 *시각적인* 효과일 뿐입니다. 최대 정확도의 **반올림되지 않은** 답변이 소계 및 줄 참조에 사용됩니다.
{% endhint %}

### 큰 숫자 표기법

Soulver는 [SI Notation](https://en.wikipedia.org/wiki/Metric_prefix)을 사용합니다.

예를 들어, 1,700,000은 숫자를 더 명확하게 하기 위해 1.7M으로 표시됩니다.

전체 숫자를 보고 싶다면, 답변의 상황별 메뉴에서 단일 줄에 대해 이 기능을 비활성화할 수 있습니다. 또는 '계산기(Calculator) > 숫자 서식 지정(Number Formatting)' 설정에서 모든 줄에 대해 완전히 비활성화할 수 있습니다.

### 통화 반올림

통화 반올림이 켜져 있는 경우(기본값), 통화는 선호하는 소수점 자릿수로 자동 반올림됩니다. 대부분의 통화는 2 dp이지만, 일본 엔화와 같이 0 dp로 반올림되는 통화도 있습니다.

{% hint style="warning" %}
일반 줄과 달리, 통화의 **반올림된 답변**이 소계 및 줄 참조에 사용됩니다. 이는 실제 돈의 작동 방식과 일치합니다.

만약 센트 이하의 정확도가 필요하다면 통화 반올림을 비활성화해야 합니다.
{% endhint %}

![See the 1 cent difference in the subtotals with currency rounding off?](/files/yUN03BUOKniX9u40ETco)

{% hint style="warning" %}
예외는 변수를 사용할 때입니다. 변수는 통화 줄의 경우에도 항상 **반올림되지 않은 답변**을 사용합니다.

아래에 표시된 것처럼 변수 내의 통화를 수동으로 반올림하거나 대신 줄 참조를 사용하는 것이 좋습니다.
{% endhint %}

![Line references use the rounded currency value, variables do not.](/files/pXisajTvqiTjt45iq1DI)


---

# 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/answer-formatting-options.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.
