VectorAngle[u, v] gives the angle between the vectors u and v.
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
PowersRepresentations[n, k, p] gives the distinct representations of the integer n as a sum of k non-negative p\[Null]^th integer powers.
LabelPoints is an option to DiagramPlot and PlanarGraphPlot that specifies whether to label points according to their position in the input list.
CommunityStructureAssignment[g] gives the assignment of vertices of a graph g into communities.
WavelengthAbsorptionMap[wavelength_1, wavelength_2] generates a plot of the absorption map in the wavelength range between wavelength_1 and wavelength_2.
FindCurvePath[{{x_1, y_1}, {x_2, y_2}, ...}] gives an ordering of the {x_i, y_i} that corresponds to one or more smooth curves.
FontSlant is an option for Style, Cell, and related constructs that specifies how slanted characters in text should be.
FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.