# Float

A **Float** (Floating Point) **Data Type** represents a numerical value, which contains a decimal point.

**Floats** have a very large range, at the cost of some precision.

They are mostly used for very large and very small numbers where *relative accuracy* is needed.

For more in-depth information on floating point numbers:

* [*Floating Point Numbers*](https://floating-point-gui.de/formats/fp/) on floating-point-gui.de


---

# 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/objects-and-types/data-types/float.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.
