respect-validation/docs/rules/Infinite.md

33 lines
437 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
```
## Categorization
- Math
- Numbers
## Changelog
Version | Description
--------|-------------
1.0.0 | Created
***
2015-08-20 05:43:17 +02:00
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
2018-12-11 13:31:50 +01:00
- [Factor](Factor.md)
- [Finite](Finite.md)
2018-12-11 13:31:50 +01:00
- [IntType](IntType.md)
- [IntVal](IntVal.md)
- [NumericVal](NumericVal.md)
2018-12-11 13:31:50 +01:00
- [Type](Type.md)