pub fn is_negative(number: i32) -> bool
Returns true for a negative number, false otherwise.
true
false
0 and -0 are considered positive.
0
-0