MaxStepFraction is an option to functions like NDSolve that specifies the maximum fraction of the total range to cover in a single step.
MemoryConstrained[expr, b] evaluates expr, stopping if more than b bytes of memory are requested. MemoryConstrained[expr, b, failexpr] returns failexpr if the memory ...
MinDetect[image] gives a binary image in which white pixels correspond to constant extended minima in image.MinDetect[image, h] finds extended minima where the range of ...
MorletWavelet[] represents a Morlet wavelet.
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.