Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.
Verbatim[expr] represents expr in pattern matching, requiring that expr be matched exactly as it appears, with no substitutions for blanks or other transformations.
VertexShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each vertex.
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
NDSolve uses norms of error estimates to determine when solutions satisfy error tolerances. In nearly all cases the norm has been weighted, or scaled, such that it is less ...
Numerical integration functions. This finds a numerical approximation to the integral ∫_(0)^∞ e^-x^3 x. Here is the numerical value of the double integral ∫_(-1)^1 dx ...
Message
(Mathematica LibraryLink C Function) void Message (char*txt) issues a message from a library function.
StaticsVisible is an option to LoadNETType that specifies whether the class-specific context in which static method and field definitions are created should be placed on ...
BoxWhiskerChart[{x_1, x_2, ...}] makes a box-and-whisker chart for the values x_i.BoxWhiskerChart[{x_1, x_2, ...}, bwspec] makes a chart with box-and-whisker symbol ...