# Infinite - `Infinite()` Validates if the input is an infinite number. ```php v::infinite()->validate(INF); // true ``` ## Changelog Version | Description --------|------------- 1.0.0 | Created *** See also: - [Digit](Digit.md) - [Factor](Factor.md) - [Finite](Finite.md) - [IntType](IntType.md) - [IntVal](IntVal.md) - [NumericVal](NumericVal.md) - [Type](Type.md)