CSizeOf[obj] is a symbolic representation of a sizeof expression.
CUndef
(SymbolicC Package Symbol) CUndef[def] is a symbolic representation of a preprocessor undef.
Name
(GUIKit Package Symbol) Name is an option to GUIKit expression functions and identifies a string name with which to register the widget instance in the active widget registry.
Widget["Button"] represents a button.
Widget["CheckBox"] represents a checkbox.
Widget["Slider"] represents a slider.
PeakWavelength[temp] gives the wavelength of the maximum emission of a black body at the specified temperature temp.
Islamic represents the Islamic calendar system.
AddEdges[g, edgeList] gives graph g with the new edges in edgeList added. edgeList can have the form {a, b} to add a single edge {a, b} or the form {{a, b}, {c, d}, ...}, to ...
AddVertices[g, n] adds n disconnected vertices to graph g. AddVertices[g, vList] adds vertices in vList to g. vList contains embedding and graphics information and can have ...