> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/math-functions/iseven.md).

# IsEven

Checks if a value is even

```mathematica
IsEven(4) → true
IsEven(3) → false
```

#### **Inputs**

`IsEven(number)`

* `number`- A number expression

Return `true` if a `number` is even, and `false` otherwise
