Methods that validators for numbers that may be negative must contain.
Ensures that the value is negative. -0.0 is considered to be zero and negative.
-0.0
this
TypeError if the value is undefined or null
undefined
null
RangeError if the value is:
Ensures that the value is not a negative number. -0.0 is considered to be zero and negative.
RangeError if the value is a negative number
Methods that validators for numbers that may be negative must contain.