> 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/fixed_point.md).

# Fixed Point

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

## Fixed 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
