FlattenAt[list, n] flattens out a sublist that appears as the n\[Null] th element of list. If n is negative, the position is counted from the end. FlattenAt[expr, {i, j, ...
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
GIF
(Mathematica Import/Export Format) Registered MIME type: image/gif GIF raster image format. Commonly used for static and animated graphics on the web. GIF is an acronym for Graphics Interchange Format. Binary ...
CurrentImage[] returns the current image captured from a connected camera.CurrentImage[n] returns n sequential image frames as a list.
FindGeoLocation[] attempts to find the current geodetic location of your computer.
$GeoLocation is a settable global variable that specifies the default geodetic location to use.
BoxFormFormatTypes is a global option that specifies the list of typeset format types that are currently defined.
DefaultFontProperties is a global option that specifies various properties of a font family, such as its character encoding and whether it is monospaced.
This tutorial introduces some basic algorithms for computing with finite permutation groups, other than those introduced in "Permutation Groups". A subgroup H of a group G ...
WolframAlpha["query"] sends query to Wolfram|Alpha and imports the output.WolframAlpha["query", format] imports the output according to the specified format.