### What it does
Checks for float arithmetic.

### Why is this bad?
For some embedded systems or kernel development, it
can be useful to rule out floating-point numbers.

### Example
```
a + 1.0;
```