> For the complete documentation index, see [llms.txt](https://guides.kenst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.kenst.com/data/floating_point.md).

# Floating Point

> What are the interesting input tests for a simple floating point field?

## Floating Point

* Nothing
* Empty field (clear the default value)
* Whitespace only (tab, space)
* 0
* Valid value
* At lower bound (LB) of range
* At lower bound (LB) of range − delta
* At upper bound (UB) of range
* At upper bound (UB) of range + delta

**References**

* <https://en.wikipedia.org/wiki/Floating-point_arithmetic>
