> For the complete documentation index, see [llms.txt](https://codebook.horang.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codebook.horang.it/math.md).

# 수학

- [\[수학\] 반올림 / 올림 / 버림](https://codebook.horang.it/math/undefined.md)
- [\[수학\] 절댓값](https://codebook.horang.it/math/undefined-1.md)
- [\[수학\] 제곱 / 제곱근 / 거듭제곱](https://codebook.horang.it/math/undefined-2.md)
- [\[수학\] 로그 / 상용로그 / 자연로그](https://codebook.horang.it/math/undefined-3.md)
- [\[수학\] 삼각함수 - 사인 / 코사인 / 탄젠트](https://codebook.horang.it/math/undefined-4.md)
- [\[수학\] 역삼각함수 - 아크사인 / 아크코사인 / 아크탄젠트](https://codebook.horang.it/math/undefined-5.md)
- [\[수학\] 상수 (파이 π, 자연상수 e)](https://codebook.horang.it/math/p-e.md)
- [\[수학\] 기초 통계 - 합계 / 평균 / 최댓값 / 최솟값](https://codebook.horang.it/math/undefined-6.md)
- [\[수학\] 두 수 비교하기](https://codebook.horang.it/math/undefined-7.md)
- [\[수학\] 무작위 값, 나머지 연산](https://codebook.horang.it/math/undefined-8.md)
- [\[수학\] 각도-라디안 변환](https://codebook.horang.it/math/undefined-9.md)


---

# 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:

```
GET https://codebook.horang.it/math.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.
