Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 345 Bytes

Negative.md

File metadata and controls

26 lines (17 loc) · 345 Bytes

Negative

  • Negative()

Validates whether the input is a negative number.

v::numericVal()->negative()->isValid(-15); // true

Categorization

  • Math
  • Numbers

Changelog

Version Description
2.0.0 Does not validate non-numeric values
0.3.9 Created

See also: