# Infinite

- `v::infinite()`

Validates if the input is an infinite number.

```php
v::infinite()->validate(INF); // true
```

***
See also:

  * [Digit](Digit.md)
  * [Finite](Finite.md)
  * [IntVal](IntVal.md)
  * [Numeric](Numeric.md)
