Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.
Tolerance is an option for various numerical options which specifies the tolerance that should be allowed in computing results.
NSeries
(Numerical Calculus Package Symbol) NSeries[f, {x, x_0, n}] gives a numerical approximation to the series expansion of f about the point x = x_0 including the terms (x - x_0) -n through (x - x_0) n.
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
Cross
(Built-in Mathematica Symbol) Cross[a, b] gives the vector cross product of a and b.
DerivativeFilter[image, {n_1, n_2}] computes the n_i\[Null]^th derivative of image in the vertical and horizontal directions.DerivativeFilter[image, {n_1, n_2}, \[Sigma]] ...
PrincipalComponents[matrix] transforms elements of matrix into unscaled principal components.
While DSolve usually returns the correct solution to a differential equation it is given, it is common practice to verify the solution returned by any differential equation ...
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.