> For the complete documentation index, see [llms.txt](https://docs.werwolv.net/pattern-language/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.werwolv.net/pattern-language/libraries/type/float16.pat.md).

# float16

Type representing a 16 bit half precision floating point number

## Types

### `type::float16`

Type representing a 16 bit half precision floating point number

```rust
using float16 =  [[format]];
```
