ListLogLinearPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-linear plot of the specified list of x and y values.ListLogLinearPlot[{list_1, list_2, ...}] plots several lists ...
ListLogLogPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-log plot of the specified list of x and y values.ListLogLogPlot[{list_1, list_2, ...}] plots several lists of values.
LocatorAutoCreate is an option for LocatorPane, Manipulate, and related functions that specifies whether new locators should be created when clicking away from existing ...
LongestCommonSequence[s_1, s_2] finds the longest sequence of contiguous or disjoint elements common to the strings or lists s_1 and s_2.
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
Majority[e_1, e_2, ...] gives True if the majority of the e_i are True, and False if the majority are False.
MathieuGroupM24[] represents the sporadic simple Mathieu group M_24.
MaxFilter[image, r] filters image by replacing every value by the maximum in its range r neighborhood. MaxFilter[data, r] applies max filtering to an array of data.
MaxStepFraction is an option to functions like NDSolve that specifies the maximum fraction of the total range to cover in a single step.
MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.