> 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/syntax-reference/general.md).

# General

Core mathematical operations and functions supported in Soulver.

* [Operators](/syntax-reference/general/operators.md) — arithmetic operators, exponents, and order of operations
* [Rounding](/syntax-reference/general/number-rounding.md) — round numbers to specific decimal places or increments
* [Averages & Median](/syntax-reference/general/averages-and-median.md) — calculate averages and medians
* [Logarithms & Roots](/syntax-reference/general/logarithms-and-roots.md) — logarithms, square roots, and nth roots
* [Trigonometry & Constants](/syntax-reference/general/trigonometry.md) — trigonometric functions and mathematical constants
* [Conditionals](/syntax-reference/general/conditionals-and-comparisons.md) — if statements, comparisons, and boolean logic
* [Miscellaneous](/syntax-reference/general/general.md) — additional functions and features
