ImageSize is an option that specifies the overall size of an image to display for an object.
x++ increases the value of x by 1, returning the old value of x.
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
IntegerPartitions[n] gives a list of all possible ways to partition the integer n into smaller integers. IntegerPartitions[n, k] gives partitions into at most k integers. ...
Interpretation[e, expr] represents an object that displays as e, but is interpreted as the unevaluated form of expr if supplied as input. Interpretation[{x = x_0, y = y_0, ...
KernelObject[n, name, ...] represents a kernel available for parallel computing.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
LimitsPositioning is an option for UnderoverscriptBox and related boxes that specifies whether to change the positioning of underscripts and overscripts in the way ...
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...