- Add a space after comments with `//`; - Add missing "See also" sections in some files
v::numeric()
Validates on any numeric value.
v::numeric()->validate(-12); // true v::numeric()->validate('135.0'); // true
See also: