ProvablePrimeQ[n] gives True if n is provably prime, and False otherwise.
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
Log2
(Built-in Mathematica Symbol) Log2[x] gives the base-2 logarithm of x.
GaussianMatrix[r] gives a matrix that corresponds to a Gaussian kernel of radius r. GaussianMatrix[{r, \[Sigma]}] gives a matrix corresponding to a Gaussian kernel with ...
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
CoshIntegral[z] gives the hyperbolic cosine integral Chi(z).
SinhIntegral[z] gives the hyperbolic sine integral function Shi(z).
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
FractionalPart[x] gives the fractional part of x.
PeronaMalikFilter[image] applies a Perona\[Dash]Malik diffusion filter to image.PeronaMalikFilter[image, t] specifies the amount of diffusion t to be applied. ...