respect-validation/docs/Infinite.md

24 lines
320 B
Markdown
Raw Normal View History

2015-08-20 05:43:17 +02:00
# Infinite
- `Infinite()`
2015-08-20 05:43:17 +02:00
Validates if the input is an infinite number.
```php
v::infinite()->validate(INF); // true
2015-08-20 05:43:17 +02:00
```
## Changelog
Version | Description
--------|-------------
1.0.0 | Created
***
2015-08-20 05:43:17 +02:00
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
2015-10-07 16:46:57 +02:00
* [IntVal](IntVal.md)
2016-11-06 18:45:44 +01:00
* [NumericVal](NumericVal.md)