# Epsilon (Ɛ)

Menu Path : **Operator > Math > Constants > Epsilon (Ɛ)**

The **Epsilon (Ɛ)** Operator returns a tiny value. This is useful for comparisons as it can help to avoid potential precision issues with floats.

## Operator properties

| **Output** | **Type** | **Description**                                           |
| ---------- | -------- | --------------------------------------------------------- |
| **Ɛ**      | float    | The Epsilon value. This is equal to `1e-05` or `0.00001`. |
