Longitude[pos] gives the longitude in degrees of a geographic position specified by pos.Longitude[pos, datum] gives the longitude referring to the specified geodetic datum.
MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.
MathieuGroupM24[] represents the sporadic simple Mathieu group M_24.
MatrixRank[m] gives the rank of the matrix m.
MaxMixtureKernels is an option for SmoothKernelDistribution and related functions that specifies the maximum number and location of kernel functions to use in the estimation.
MenuSortingValue is an option for cells and notebooks that specifies where a cell style, stylesheet, or palette is listed in the Format \[FilledRightTriangle] Style submenu, ...
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
Notebooks[] gives a list of notebooks currently open in the front end.
Overscript[x, y] is an object that formats as OverscriptBox[x, y].
ParallelSum[expr, {i, i_max}] evaluates in parallel the sum \[Sum]i = 1 i_max expr.ParallelSum[expr, {i, i_min, i_max}] starts with i = i min.ParallelSum[expr, {i, i_min, ...