Kernels
(Built-in Mathematica Symbol) Kernels[] gives the list of running kernels available for parallel computing.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
NumberFieldDiscriminant[a] gives the discriminant of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
On
(Built-in Mathematica Symbol) On[symbol::tag] switches on a message, so that it can be printed. On["name"] switches on a named group of messages.On[s] switches on tracing for the symbol s. On[m_1, m_2, ...
SendMail[rules] sends an email message built up from the elements specified in rules.
WeberE
(Built-in Mathematica Symbol) WeberE[\[Nu], z] gives the Weber function E \[Nu] (z).WeberE[\[Nu], \[Mu], z] gives the associated Weber function E_\[Nu]^\[Mu](z).
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
SpokenString[expr] gives a string of text corresponding to a spoken representation of the expression expr.
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.