# ROUND

The ROUND function in Shedmate rounds off a number.

* If the two decimal places are between 0.000 and 0.499, it will be a round down.
* If the two decimal places are between 0.500 and 0.999, it will be rounded up.

### Syntax:

```
round(number)
```

### Parameters:

```
number (required): The number you want to round.
```

### Usage example:

<figure><img src="https://lh7-us.googleusercontent.com/UnKqSd-cIbfbRqckt2iN38N_-nBXGFNbg4x2ubr-2bNc29yOpR3PLEq5Y-GXEwa5uOlDdKYc2gT2ClRz2q1fSQG4x21ENz4ntKR7Dk0IvzQeSL0axAuS6eT0qJ6YAD1GilvpxPuk_A7eqxpX_M-Fw8k" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1247870272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSXoRgDyJukQzyOctBwWG%2Fuploads%2FUgZCt5cBOp6zvCsNalEa%2FCaptura%20de%20Tela%202024-06-11%20a%CC%80s%2006.38.34.png?alt=media&#x26;token=2df59682-e73e-42b2-8339-282bfed5a917" 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/rounding-numbers/round.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.
