NonNegative[x] gives True if x is a non-negative number.
NonPositive[x] gives True if x is a non-positive number.
Positive[x] gives True if x is a positive number.
Complex
(Built-in Mathematica Symbol) Complex is the head used for complex numbers.
OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
Tightly integrated into Mathematica's core language is a rich set of primitives for interacting with external environments. Mathematica's symbolic architecture makes possible ...
Variables and functions are integral to Mathematica 's symbolic programming language. These "How tos" give step-by-step instructions for common tasks related to variables, ...
An integration strategy is an algorithm that attempts to compute integral estimates that satisfy user-specified precision or accuracy goals. An integration strategy normally ...