Boole
(Built-in Mathematica Symbol) Boole[expr] yields 1 if expr is True and 0 if it is False.
Function Navigator opens the Wolfram Mathematica Function Navigator, which is a hierarchical view of the guide page collection found in the Documentation Center.
ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
Mathematica has many ways to plot functions and data. It automates many details of plotting such as sample rate, aesthetic choices, and focusing on the region of interest. ...
DisplayFunction is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them.
FunctionInterpolation[expr, {x, x_min, x_max}] evaluates expr with x running from x_min to x_max and constructs an InterpolatingFunction object which represents an ...
StreamColorFunction is an option for StreamPlot and related functions that specifies a function to apply to determine colors along streamlines.
ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
CompiledFunction[args...] represents compiled code for evaluating a compiled function.
TransformationFunction[data] represents a transformation function that applies geometric and other transformations.