> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.4/getting-started/data-types/float.md).

# 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
