# Math

Incari has several **Nodes** for performing functions relating to *exponentiation*. They all take two *known* parameters and return the 3rd *unknown* value. These **Nodes** are:

* [**Power**](/incari-studio/2.0/toolbox/math/power.md) - Multiplies the *base* value, against itself, a number of times defined by the *exponent*.
* [**Root**](/incari-studio/2.0/toolbox/math/root.md) - Calculates the *nth root* of a *base* value, where *n* is defined by the *degree*.
* [**Logarithm**](https://github.com/cgi-studio-gmbh/incari-doc/tree/66656c2442958de634bc73f77b533a03f83df0fb/toolbox/math/logarithm.md) - Calculates the *exponent* to which the *base* value needs to be raised, to yield the input value.

![](/files/-MIxaU4waqfwwJMxTJbA)


---

# 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://docs.incari.com/incari-studio/2.0/toolbox/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.
