FilledCurve[{segment_1, segment_2, ...}] represents a filled curve consisting of segment_1 followed by segment_2 etc. FilledCurve[{component_1, component_2, ...}] represents ...
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
SymbolicGUIKitXMLToWidget[body] converts a GUIKitXML representation into the equivalent user interface expression.
Widget["ToolBar"] represents a toolbar.
CoordinateSystem gives the name of the default coordinate system.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
TopologicalSort[g] gives a list of vertices of g in topologically sorted order for a directed acyclic graph g.
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.