NearestFunction[data] represents a function whose values give the elements closest to an element that is supplied.
Nearest
(Built-in Mathematica Symbol) Nearest[{elem_1, elem_2, ...}, x] gives the list of elem_i to which x is nearest. Nearest[{elem_1 -> v_1, elem_2 -> v_2, ...}, x] gives the v_i corresponding to the elem_i to ...
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
NegativeBinomialDistribution[n, p] represents a negative binomial distribution with parameters n and p.
NegativeMultinomialDistribution[n, p] represents a negative multinomial distribution with parameter n and failure probability vector p.
Negative[x] gives True if x is a negative number.
NeighborhoodGraph[g, v] gives the graph neighborhood vertex v in the graph g. NeighborhoodGraph[g, {a_1, a_2, ...}] gives the graph neighborhood of the a_i that can be ...
NestedGreaterGreater[x, y, ...] displays as x \[NestedGreaterGreater] y \[NestedGreaterGreater] ....
NestedLessLess[x, y, ...] displays as x \[NestedLessLess] y \[NestedLessLess] ....