# Logarithm

## Overview

![The Logarithm Node.](/files/wwEfZL4QrOPYskNl2BbU)

**Logarithm** calculates the *logarithm* of a number in a chosen base.

This is the inverse function of the [**Power Node**](/incari-studio/2023.1/toolbox/math/power.md). Rather than taking a *base* value, raising it to the power of an *exponent*, and returning the *power*, it takes the *base* value, along with the *power*, and returns the *exponent*.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Logarithm Node Attributes.](/files/9GNsLQQXm1rw73HVFI9a)

### Inputs

| Attribute | Type          | Description                                                                                                                                                                          |
| --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Base`    | **Drop-down** | A selection of common bases used in logarithm functions, which are: `2` (binary), `e` (natural), or `10` (common), as well as a `Custom` option, for defining a custom *base* value. |

### Default

| Attribute                                                                     | Type      | Description            |
| ----------------------------------------------------------------------------- | --------- | ---------------------- |
| `Base Value` *(Made available by the `Base`* ***Attribute** set to `Custom`)* | **Float** | A custom *base* value. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard input **Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Float** | The number whose logarithm you wish to calculate.                     |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard output **Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Exponent`         | **Float** | The *logarithm* of `Input` in the chosen *base*.                                                                                       |

## External Links

* [*Logarithmic Functions*](https://www.sparknotes.com/math/precalc/exponentialandlogarithmicfunctions/section2/) on sparknotes.


---

# 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.1/toolbox/math/logarithm.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.
