PolarAxes is an option for sector charts and polar plots that specifies whether polar axes should be drawn.
RamanujanTau[n] gives the Ramanujan \[Tau] function \[Tau](n).
WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
PasteBoxFormInlineCells is an option for cells that specifies whether a new inline cell is created when a typeset expression is pasted into a non-box-type cell.
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.
ControlType is an option for Manipulate and related functions that specifies what type of controls should be displayed.
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...