BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
DotDashed is a graphics directive specifying that lines that follow should be drawn dot-dashed.
Dotted
(Built-in Mathematica Symbol) Dotted is a graphics directive specifying that lines that follow should be drawn dotted.
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 ...
Joined
(Built-in Mathematica Symbol) Joined is an option for ListPlot and related functions that specifies whether points in each dataset should be joined into a line, or should be plotted as separate points.
SoundVolume is an option to Sound and SoundNote and related functions that specifies the relative volume of the sound produced.
Use Curated Data Clean up Data Imported from a Website Clean up Data Imported from a ZIP File
ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.