# 通用

Soulver 支持的核心数学运算和函数。

* [Operators](/zh/yu-fa-can-kao/general/operators.md) — 算术运算符、指数和运算顺序
* [Rounding](/zh/yu-fa-can-kao/general/number-rounding.md) — 将数字四舍五入到特定的小数位数或增量
* [Averages & Median](/zh/yu-fa-can-kao/general/averages-and-median.md) — 计算平均值和中位数
* [Logarithms & Roots](/zh/yu-fa-can-kao/general/logarithms-and-roots.md) — 对数、平方根和n次方根
* [Trigonometry & Constants](/zh/yu-fa-can-kao/general/trigonometry.md) — 三角函数和数学常数
* [Conditionals](/zh/yu-fa-can-kao/general/conditionals-and-comparisons.md) — if 语句、比较和布尔逻辑
* [Miscellaneous](/zh/yu-fa-can-kao/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/zh/yu-fa-can-kao/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.
