Shallow
(Built-in Mathematica Symbol) Shallow[expr] prints as a shallow form of expr. Shallow[expr, depth] prints with all parts of expr below the specified depth given in skeleton form. Shallow[expr, {depth, ...
StringLength["string"] gives the number of characters in a string.
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.
CUDAMemoryInformation[mem] gives information on CUDAMemory.
OpenCLMemoryInformation[mem] gives information on OpenCLMemory.
$InstalledServices is a list of the installed web service operations.
CircularEmbedding[n] constructs a list of n points equally spaced on a circle. CircularEmbedding[g] embeds the vertices of g equally spaced on a circle.
CliqueQ
(Combinatorica Package Symbol) CliqueQ[g, c] yields True if the list of vertices c defines a clique in graph g.