# LN

The LN function in Shedmate returns the natural logarithm of a number. The natural logarithm is the base e logarithm (approximately 2.71828).

### Syntax:

```
ln(number)
```

### Parameters:

```
number (required): The positive number for which the natural logarithm will be calculated.
```

### Usage example:

<figure><img src="https://lh7-us.googleusercontent.com/00bJZDzsvm-DUQzySrvbris1l8c5kIGOrxxNxu6jhuwIC_fLLMdRHzRsmfzIiHtdXuAa7Fb-b0ieHcoxAYk0AUj6txMfEY86XmY92JfoSKthgx9kqtEy4dAABp5GrRKGOqfoFV-ghOpTDZ-DoayH3jk" alt=""><figcaption></figcaption></figure>


---

# 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://shedmate.gitbook.io/shedmate-help/setting-up-shedmate/costing-database-and-pricing-calculations/variables/mathematical-functions/ln.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.
