FindShortestPath[g, s, t] finds the shortest path from source vertex s to target vertex t in the graph g.FindShortestPath[g, s, All] generates a ShortestPathFunction[...] ...
HermiteH[n, x] gives the Hermite polynomial H_n (x).
InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
JacobiCS[u, m] gives the Jacobi elliptic function cs(u | m).
JacobiNC[u, m] gives the Jacobi elliptic function nc(u | m).
JacobiNS[u, m] gives the Jacobi elliptic function ns(u | m).
JohnsonDistribution["SB", \[Gamma], \[Delta], \[Mu], \[Sigma]] represents a bounded Johnson distribution with shape parameters \[Gamma], \[Delta], location parameter \[Mu], ...
LegendreP[n, x] gives the Legendre polynomial P_n (x). LegendreP[n, m, x] gives the associated Legendre polynomial P_n^m(x).
Mod
(Built-in Mathematica Symbol) Mod[m, n] gives the remainder on division of m by n. Mod[m, n, d] uses an offset d.
Nest
(Built-in Mathematica Symbol) Nest[f, expr, n] gives an expression with f applied n times to expr.