# `Ash.Type.Float`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/type/float.ex#L5)

Represents a float (floating point number)

A builtin type that be referenced via `:float`

### Constraints

* `:max` - Enforces a maximum on the value

* `:min` - Enforces a minimum on the value

* `:greater_than` - Enforces a minimum on the value (exclusive)

* `:less_than` - Enforces a maximum on the value (exclusive)

# `handle_change?`

# `prepare_change?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
