# FLT_MIN_NORMAL

> The smallest positive normal number representable in a float.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Mathematics](/engine/6000.5/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public const float FLT_MIN_NORMAL = 1.1754944E-38
```
