FullReport is an option to hypothesis test functions that specifies whether all report information should be returned.
KnownVariance is an option to statistical confidence interval and hypothesis test functions that specifies the value of the population variance.
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
NumberSeparator is an option for NumberForm and related functions which gives the string to insert at breaks between digits.
SelfLoopStyle is an option for GraphPlot and related functions that specifies how to draw self-loops that connect a vertex to itself.
$MinMachineNumber is the smallest positive machine-precision number that can be used on a particular computer system.
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.
x <= y or x <= y yields True if x is determined to be less than or equal to y. x_1 <= x_2 <= x_3 yields True if the x TraditionalForm\`i form a nondecreasing sequence.