# Mathematical operations

RageMode uses [EvalEx](https://github.com/ezylang/EvalEx) that allows to perform [mathematical operations](#user-content-fn-1)[^1] and evaluate from a string. To learn more about using mathematical operation and references, visit [EvalEx docs](https://ezylang.github.io/EvalEx/references/references.html).

Only specific properties can be used with operations, for example [name tags](/ragemode-docs/global-game-guides/name-tag.md) that appears above entities or [skills](/ragemode-docs/guides/skills.md) for player abilities.

[^1]: <https://en.wikipedia.org/wiki/Operation_(mathematics)>


---

# 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://mdswork.gitbook.io/ragemode-docs/mathematical-operations.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.
