# 일반

Soulver에서 지원하는 핵심 수학 연산 및 함수.

* [Operators](/ko/undefined/general/operators.md) — 산술 연산자, 지수, 연산 순서
* [Rounding](/ko/undefined/general/number-rounding.md) — 숫자를 특정 소수점 자리 또는 증분으로 반올림
* [Averages & Median](/ko/undefined/general/averages-and-median.md) — 평균 및 중앙값 계산
* [Logarithms & Roots](/ko/undefined/general/logarithms-and-roots.md) — 로그, 제곱근 및 n제곱근
* [Trigonometry & Constants](/ko/undefined/general/trigonometry.md) — 삼각 함수 및 수학 상수
* [Conditionals](/ko/undefined/general/conditionals-and-comparisons.md) — if문, 비교 및 불리언 논리
* [Miscellaneous](/ko/undefined/general/general.md) — 추가 함수 및 기능


---

# 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/undefined/general.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.
