Negative
Negative(x)returns
Trueifxis a negative real number.
Examples
>> Negative(0)False
>> Negative(-3)True
>> Negative(10/7)False
>> Negative(1+2*I)False
>> Negative(a + b)Negative(a+b)
>> Negative(-E)True
>> Negative(Sin({11, 14})){True, False}Implementation status
- ✅ - full supported