Factor(int $dividend)
Validates if the input is a factor of the defined dividend.
v::factor(0)->isValid(5); // true
v::factor(4)->isValid(2); // true
v::factor(4)->isValid(3); // false
- Math
- Numbers
Version | Description |
---|---|
1.0.0 | Created |
See also:
Factor(int $dividend)
Validates if the input is a factor of the defined dividend.
v::factor(0)->isValid(5); // true
v::factor(4)->isValid(2); // true
v::factor(4)->isValid(3); // false
Version | Description |
---|---|
1.0.0 | Created |
See also: