# Math

## Introduction

**Incari** has several **Nodes** for perfoming *mathematical operations*. These **Nodes** allow the user to generate numbers, **Boolean** values, and **Vectors** and perform the usual operations on them.

## Contents

* [**Absolute**](/incari-studio/2023.2/toolbox/math/absolute.md)
* [**Add**](/incari-studio/2023.2/toolbox/math/add.md)
* [**Average**](/incari-studio/2023.2/toolbox/math/average.md)
* [**Boolean**](/incari-studio/2023.2/toolbox/math/boolean.md)
  * [**AND**](/incari-studio/2023.2/toolbox/math/boolean/and.md)
  * [**Bool Value**](/incari-studio/2023.2/toolbox/math/boolean/bool-value.md)
  * [**Negate**](/incari-studio/2023.2/toolbox/math/boolean/negate.md)
  * [**OR**](/incari-studio/2023.2/toolbox/math/boolean/or.md)
* [**Ceil**](/incari-studio/2023.2/toolbox/math/ceil.md)
* [**Clamp**](/incari-studio/2023.2/toolbox/math/clamp.md)
* [**Decrement**](/incari-studio/2023.2/toolbox/math/decrement.md)
* [**Divide**](/incari-studio/2023.2/toolbox/math/divide.md)
* [**Floor**](/incari-studio/2023.2/toolbox/math/floor.md)
* [**Increment**](/incari-studio/2023.2/toolbox/math/increment.md)
* [**Interpolate**](/incari-studio/2023.2/toolbox/math/interpolate.md)
* [**Logarithm**](/incari-studio/2023.2/toolbox/math/logarithm.md)
* [**Math Constant**](/incari-studio/2023.2/toolbox/math/math-constant.md)
* [**Maximum**](/incari-studio/2023.2/toolbox/math/maximum.md)
* [**Minimum**](/incari-studio/2023.2/toolbox/math/minimum.md)
* [**Modulo**](/incari-studio/2023.2/toolbox/math/modulo.md)
* [**Multiply**](/incari-studio/2023.2/toolbox/math/multiply.md)
* [**Numerical Value**](/incari-studio/2023.2/toolbox/math/numerical-value.md)
* [**Power**](/incari-studio/2023.2/toolbox/math/power.md)
* [**Random**](/incari-studio/2023.2/toolbox/math/random.md)
* [**Range Mapper**](/incari-studio/2023.2/toolbox/math/range-mapper.md)
* [**Root**](/incari-studio/2023.2/toolbox/math/root.md)
* [**Rotation Matrix**](/incari-studio/2023.2/toolbox/math/rotation-matrix.md)
* [**Round**](/incari-studio/2023.2/toolbox/math/round.md)
* [**Subtract**](/incari-studio/2023.2/toolbox/math/subtract.md)
* [**Trigonometry**](/incari-studio/2023.2/toolbox/math/trigonometry.md)
  * [**Arc Cosine**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-cosine.md)
  * [**Arc Sine**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-sine.md)
  * [**Arc Tangent**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-tangent.md)
  * [**Arc Tangent 2**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-tangent2.md)
  * [**Cosine**](/incari-studio/2023.2/toolbox/math/trigonometry/cosine.md)
  * [**Radian-Degree Converter**](/incari-studio/2023.2/toolbox/math/trigonometry/radian-degree-converter.md)
  * [**Sine**](/incari-studio/2023.2/toolbox/math/trigonometry/sine.md)
  * [**Tangent**](/incari-studio/2023.2/toolbox/math/trigonometry/tangent.md)
* [**Vector Value**](/incari-studio/2023.2/toolbox/math/vector-value.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://docs.incari.com/incari-studio/2023.2/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.
