EvenQ
(Built-in Mathematica Symbol) EvenQ[expr] gives True if expr is an even integer, and False otherwise.
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.
FactorialMoment[list, r] gives the r\[Null]^th moment of the elements in the list.FactorialMoment[dist, r] gives the r\[Null]^th moment of the symbolic distribution ...
FractionBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for FractionBox objects within the cell.
HeavisideLambda[x] represents the triangle distribution \[CapitalLambda](x) which is nonzero for |x| < 1.HeavisideLambda[x_1, x_2, ...] represents the multidimensional ...
HeavisidePi[x] represents the box distribution \[CapitalPi](x), equal to 1 for |x| < 1/2 and 0 for |x| > 1/2.HeavisidePi[x_1, x_2, ...] represents the multidimensional box ...
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
LimitsPositioning is an option for UnderoverscriptBox and related boxes that specifies whether to change the positioning of underscripts and overscripts in the way ...