RankedMin[list, n] gives the n\[Null]^th smallest element in list.
ByteOrdering is an option for BinaryRead, BinaryWrite, and related functions that specifies what ordering of bytes should be assumed for your computer system.
SaveDefinitions is an option to Manipulate and related functions that specifies whether current definitions relevant for the evaluation of the expression being manipulated ...
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
TicksStyle is an option for graphics functions which specifies how ticks should be rendered.
RankedMax[list, n] gives the n\[Null]^th largest element in list.
Throughout Mathematica there is support not only for approximate real numbers, but also for exact numbers represented in algebraic or symbolic form. Functions like Floor, ...
Show Expression toggles between the expression and display forms of a cell.
GridLinesStyle is an option for 2D graphics functions that specifies how grid lines should be rendered.
ArrayQ
(Built-in Mathematica Symbol) ArrayQ[expr] gives True if expr is a full array or a SparseArray object, and gives False otherwise. ArrayQ[expr, patt] requires expr to be a full array with a depth that ...